function resolution() {
	if(document.body.clientHeight > 800){
		res = 1600;
	} else 
	if(document.body.clientHeight > 550){
		res = 1024;
	} else 
	{
		res = 800;
	}
	return res;
}

function rearrange(){

res = resolution();

	switch(browser) {
		case "ie": 
					switch(res){
						case 1600:
									menu_width = 190;
									menu_height = 570;
									menu_bak_width = 190;
									menu_bak_height = 570;
									menu_bor_width = 190;
									menu_bor_height = 570;
									
									menu_top = 50;
									menu_bak_top = 50;
									menu_bor_top = 50;
									menu_left = 50;
									menu_bak_left = 50;
									menu_bor_left = 50;
									
									content_width = 720;
									content_height = 570;
									content_bak_width = 720;
									content_bak_height = 570;
									content_bor_width = 720;
									content_bor_height = 570;
									
									content_top = 50;
									content_bak_top = 50;
									content_bor_top = 50;
									content_right = 50;
									content_bak_right = 50;
									content_bor_right = 50;
									
									scroll_width= 710;
									scroll_height= 420;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_1024_black.jpg')";
									document.getElementById('center').style.width = 1024;
									document.getElementById('center').style.height = 662;
									break;

						case 1024:
									menu_width = 190;
									menu_height = 550;
									menu_bak_width = 190;
									menu_bak_height = 550;
									menu_bor_width = 190;
									menu_bor_height = 550;
									
									menu_top = -30;
									menu_bak_top = -30;
									menu_bor_top = -30;
									menu_left = 30;
									menu_bak_left = 30;
									menu_bor_left = 30;
									
									content_width = 720;
									content_height = 550;
									content_bak_width = 720;
									content_bak_height = 550;
									content_bor_width = 720;
									content_bor_height = 550;
									
									content_top = -30;
									content_bak_top = -30;
									content_bor_top = -30;
									content_right = 30;
									content_bak_right = 30;
									content_bor_right = 30;
									
									scroll_width= 710;
									scroll_height= 390;
									
									document.getElementById('center').style.top = 30;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_980_black.jpg')";
									document.getElementById('center').style.width = 980;
									document.getElementById('center').style.height = 530;
									break;
									
						case 800:
									menu_width = 190;
									menu_height = 550;
									menu_bak_width = 190;
									menu_bak_height = 550;
									menu_bor_width = 190;
									menu_bor_height = 550;
									
									menu_top = 5;
									menu_bak_top = 5;
									menu_bor_top = 5;
									menu_left = 5;
									menu_bak_left = 5;
									menu_bor_left = 5;
									
									content_width = 580;
									content_height = 550;
									content_bak_width = 580;
									content_bak_height = 550;
									content_bor_width = 580;
									content_bor_height = 550;
									
									content_top = 5;
									content_bak_top = 5;
									content_bor_top = 5;
									content_right = 10;
									content_bak_right = 10;
									content_bor_right = 10;
																		
									scroll_width= 570;
									scroll_height= 400;
									
									document.getElementById('center').style.top = 0;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter.jpg')";
									document.getElementById('center').style.width = 800;
									document.getElementById('center').style.height = 517;
									
									break;
					}
					break;
		case "firefox":
					switch(res){
						case 1600:
									menu_width = 170;
									menu_height = 580;
									menu_bak_width = 170;
									menu_bak_height = 580;
									menu_bor_width = 160;
									menu_bor_height = 580;
									
									menu_top = 70;
									menu_bak_top = 70;
									menu_bor_top = 70;
									menu_left = 50;
									menu_bak_left = 50;
									menu_bor_left = 50;
									
									content_width = 700;
									content_height = 590;
									content_bak_width = 700;
									content_bak_height = 590;
									content_bor_width = 690;
									content_bor_height = 580;
									
									content_top = 70;
									content_bak_top = 70;
									content_bor_top = 70;
									content_right = 50;
									content_bak_right = 50;
									content_bor_right = 50;
																		
									scroll_width= 650;
									scroll_height= 420;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_1024_black.jpg')";
									document.getElementById('center').style.width = 1024;
									document.getElementById('center').style.height = 662;
									break;					
						case 1024:
									menu_width = 190;
									menu_height = 510;
									menu_bak_width = 190;
									menu_bak_height = 510;
									menu_bor_width = 180;
									menu_bor_height = 510;
									
									menu_top = -10;
									menu_bak_top = -10;
									menu_bor_top = -10;
									menu_left = 30;
									menu_bak_left = 30;
									menu_bor_left = 30;
									
									content_width = 690;
									content_height = 520;
									content_bak_width = 690;
									content_bak_height = 520;
									content_bor_width = 680;
									content_bor_height = 510;
									
									content_top = -10;
									content_bak_top = -10;
									content_bor_top = -10;
									content_right = 20;
									content_bak_right = 20;
									content_bor_right = 20;
																		
									scroll_width= 660;
									scroll_height= 350;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_980_black.jpg')";
									document.getElementById('center').style.width = 980;
									document.getElementById('center').style.height = 535;
									break;
						case 800:
						
									menu_width = 190;
									menu_height = 550;
									menu_bak_width = 190;
									menu_bak_height = 550;
									menu_bor_width = 180;
									menu_bor_height = 550;
									
									menu_top = 5;
									menu_bak_top = 5;
									menu_bor_top = 5;
									menu_left = 5;
									menu_bak_left = 5;
									menu_bor_left = 5;
									
									content_width = 540;
									content_height = 560;
									content_bak_width = 540;
									content_bak_height = 560;
									content_bor_width = 530;
									content_bor_height = 550;
									
									content_top = 5;
									content_bak_top = 5;
									content_bor_top = 5;
									content_right = 10;
									content_bak_right = 10;
									content_bor_right = 10;
																		
									scroll_width= 510;
									scroll_height= 390;
									
									document.getElementById('center').style.top = 0;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter.jpg')";
									document.getElementById('center').style.width = 800;
									document.getElementById('center').style.height = 517;
									
									break;									
					}
					break;
					
		case "safari":
					switch(res) {
						case 1600:
									menu_width = 170;
									menu_height = 580;
									menu_bak_width = 170;
									menu_bak_height = 580;
									menu_bor_width = 160;
									menu_bor_height = 580;
									
									menu_top = 70;
									menu_bak_top = 70;
									menu_bor_top = 70;
									menu_left = 50;
									menu_bak_left = 50;
									menu_bor_left = 50;
									
									content_width = 700;
									content_height = 590;
									content_bak_width = 700;
									content_bak_height = 590;
									content_bor_width = 690;
									content_bor_height = 580;
									
									content_top = 70;
									content_bak_top = 70;
									content_bor_top = 70;
									content_right = 50;
									content_bak_right = 50;
									content_bor_right = 50;
																		
									scroll_width= 650;
									scroll_height= 420;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_1024_black.jpg')";
									document.getElementById('center').style.width = 1024;
									document.getElementById('center').style.height = 662;
									break;					
						case 1024:
									menu_width = 190;
									menu_height = 550;
									menu_bak_width = 190;
									menu_bak_height = 550;
									menu_bor_width = 180;
									menu_bor_height = 550;
									
									menu_top = -10;
									menu_bak_top = -10;
									menu_bor_top = -10;
									menu_left = 30;
									menu_bak_left = 30;
									menu_bor_left = 30;
									
									content_width = 690;
									content_height = 560;
									content_bak_width = 690;
									content_bak_height = 560;
									content_bor_width = 680;
									content_bor_height = 550;
									
									content_top = -10;
									content_bak_top = -10;
									content_bor_top = -10;
									content_right = 20;
									content_bak_right = 20;
									content_bor_right = 20;
																		
									scroll_width= 660;
									scroll_height= 390;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_980_black.jpg')";
									document.getElementById('center').style.width = 980;
									document.getElementById('center').style.height = 590;
									
									break;
						case 800:
						
									menu_width = 190;
									menu_height = 550;
									menu_bak_width = 190;
									menu_bak_height = 550;
									menu_bor_width = 180;
									menu_bor_height = 550;
									
									menu_top = 5;
									menu_bak_top = 5;
									menu_bor_top = 5;
									menu_left = 5;
									menu_bak_left = 5;
									menu_bor_left = 5;
									
									content_width = 540;
									content_height = 560;
									content_bak_width = 540;
									content_bak_height = 560;
									content_bor_width = 530;
									content_bor_height = 550;
									
									content_top = 5;
									content_bak_top = 5;
									content_bor_top = 5;
									content_right = 10;
									content_bak_right = 10;
									content_bor_right = 10;
																		
									scroll_width= 510;
									scroll_height= 390;
									
									document.getElementById('center').style.top = 0;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter.jpg')";
									document.getElementById('center').style.width = 800;
									document.getElementById('center').style.height = 517;
									
									break;
					}
					break;
					
		case "opera":
					switch(res){
						case 1600:
									menu_width = 170;
									menu_height = 580;
									menu_bak_width = 170;
									menu_bak_height = 580;
									menu_bor_width = 160;
									menu_bor_height = 580;
									
									menu_top = 70;
									menu_bak_top = 70;
									menu_bor_top = 70;
									menu_left = 50;
									menu_bak_left = 50;
									menu_bor_left = 50;
									
									content_width = 700;
									content_height = 590;
									content_bak_width = 700;
									content_bak_height = 590;
									content_bor_width = 690;
									content_bor_height = 580;
									
									content_top = 70;
									content_bak_top = 70;
									content_bor_top = 70;
									content_right = 50;
									content_bak_right = 50;
									content_bor_right = 50;
																		
									scroll_width= 650;
									scroll_height= 420;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_1024_black.jpg')";
									document.getElementById('center').style.width = 1024;
									document.getElementById('center').style.height = 662;
									break;					
						case 1024:
									menu_width = 190;
									menu_height = 530;
									menu_bak_width = 190;
									menu_bak_height = 530;
									menu_bor_width = 180;
									menu_bor_height = 530;
									
									menu_top = -10;
									menu_bak_top = -10;
									menu_bor_top = -10;
									menu_left = 30;
									menu_bak_left = 30;
									menu_bor_left = 30;
									
									content_width = 690;
									content_height = 540;
									content_bak_width = 690;
									content_bak_height = 540;
									content_bor_width = 680;
									content_bor_height = 530;
									
									content_top = -10;
									content_bak_top = -10;
									content_bor_top = -10;
									content_right = 20;
									content_bak_right = 20;
									content_bor_right = 20;
																		
									scroll_width= 660;
									scroll_height= 370;
									
									document.getElementById('center').style.top = 15;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_980_black.jpg')";
									document.getElementById('center').style.width = 980;
									document.getElementById('center').style.height = 560;
									
									break;
						case 800:
						
									menu_width = 190;
									menu_height = 550;
									menu_bak_width = 190;
									menu_bak_height = 550;
									menu_bor_width = 180;
									menu_bor_height = 550;
									
									menu_top = 5;
									menu_bak_top = 5;
									menu_bor_top = 5;
									menu_left = 5;
									menu_bak_left = 5;
									menu_bor_left = 5;
									
									content_width = 540;
									content_height = 560;
									content_bak_width = 540;
									content_bak_height = 560;
									content_bor_width = 530;
									content_bor_height = 550;
									
									content_top = 5;
									content_bak_top = 5;
									content_bor_top = 5;
									content_right = 10;
									content_bak_right = 10;
									content_bor_right = 10;
																		
									scroll_width= 510;
									scroll_height= 390;
									
									document.getElementById('center').style.top = 0;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter.jpg')";
									document.getElementById('center').style.width = 800;
									document.getElementById('center').style.height = 517;
									
									break;
					}
					break;
					
		case "chrome":
					switch(res){
						case 1600:
									menu_width = 170;
									menu_height = 580;
									menu_bak_width = 170;
									menu_bak_height = 580;
									menu_bor_width = 160;
									menu_bor_height = 580;
									
									menu_top = 70;
									menu_bak_top = 70;
									menu_bor_top = 70;
									menu_left = 50;
									menu_bak_left = 50;
									menu_bor_left = 50;
									
									content_width = 700;
									content_height = 590;
									content_bak_width = 700;
									content_bak_height = 590;
									content_bor_width = 690;
									content_bor_height = 580;
									
									content_top = 70;
									content_bak_top = 70;
									content_bor_top = 70;
									content_right = 50;
									content_bak_right = 50;
									content_bor_right = 50;
																		
									scroll_width= 650;
									scroll_height= 420;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_1024_black.jpg')";
									document.getElementById('center').style.width = 1024;
									document.getElementById('center').style.height = 662;
									break;					
						case 1024:
									menu_width = 190;
									menu_height = 580;
									menu_bak_width = 190;
									menu_bak_height = 580;
									menu_bor_width = 180;
									menu_bor_height = 580;
									
									menu_top = 0;
									menu_bak_top = 0;
									menu_bor_top = 0;
									menu_left = 30;
									menu_bak_left = 30;
									menu_bor_left = 30;
									
									content_width = 690;
									content_height = 590;
									content_bak_width = 690;
									content_bak_height = 590;
									content_bor_width = 680;
									content_bor_height = 580;
									
									content_top = 0;
									content_bak_top = 0;
									content_bor_top = 0;
									content_right = 20;
									content_bak_right = 20;
									content_bor_right = 20;
																		
									scroll_width= 660;
									scroll_height= 420;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_980_black.jpg')";
									document.getElementById('center').style.width = 980;
									document.getElementById('center').style.height = 630;
									
									break;
						case 800:
						
									menu_width = 190;
									menu_height = 550;
									menu_bak_width = 190;
									menu_bak_height = 550;
									menu_bor_width = 180;
									menu_bor_height = 550;
									
									menu_top = 5;
									menu_bak_top = 5;
									menu_bor_top = 5;
									menu_left = 5;
									menu_bak_left = 5;
									menu_bor_left = 5;
									
									content_width = 540;
									content_height = 560;
									content_bak_width = 540;
									content_bak_height = 560;
									content_bor_width = 530;
									content_bor_height = 550;
									
									content_top = 5;
									content_bak_top = 5;
									content_bor_top = 5;
									content_right = 10;
									content_bak_right = 10;
									content_bor_right = 10;
																		
									scroll_width= 510;
									scroll_height= 390;
									
									document.getElementById('center').style.top = 0;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter.jpg')";
									document.getElementById('center').style.width = 800;
									document.getElementById('center').style.height = 517;
									
									break;									
					}
					break;
		default:
					switch(res){
						case 1600:
									menu_width = 170;
									menu_height = 580;
									menu_bak_width = 170;
									menu_bak_height = 580;
									menu_bor_width = 160;
									menu_bor_height = 580;
									
									menu_top = 70;
									menu_bak_top = 70;
									menu_bor_top = 70;
									menu_left = 50;
									menu_bak_left = 50;
									menu_bor_left = 50;
									
									content_width = 700;
									content_height = 590;
									content_bak_width = 700;
									content_bak_height = 590;
									content_bor_width = 690;
									content_bor_height = 580;
									
									content_top = 70;
									content_bak_top = 70;
									content_bor_top = 70;
									content_right = 50;
									content_bak_right = 50;
									content_bor_right = 50;
																		
									scroll_width= 650;
									scroll_height= 420;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_1024_black.jpg')";
									document.getElementById('center').style.width = 1024;
									document.getElementById('center').style.height = 662;
									break;
									
						case 1024:
									menu_width = 190;
									menu_height = 580;
									menu_bak_width = 190;
									menu_bak_height = 580;
									menu_bor_width = 180;
									menu_bor_height = 580;
									
									menu_top = 0;
									menu_bak_top = 0;
									menu_bor_top = 0;
									menu_left = 30;
									menu_bak_left = 30;
									menu_bor_left = 30;
									
									content_width = 690;
									content_height = 590;
									content_bak_width = 690;
									content_bak_height = 590;
									content_bor_width = 680;
									content_bor_height = 580;
									
									content_top = 0;
									content_bak_top = 0;
									content_bor_top = 0;
									content_right = 20;
									content_bak_right = 20;
									content_bor_right = 20;
																		
									scroll_width= 660;
									scroll_height= 420;
									
									document.getElementById('center').style.top = 10;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter_980_black.jpg')";
									document.getElementById('center').style.width = 980;
									document.getElementById('center').style.height = 630;
									
									break;
						case 800:
						
									menu_width = 190;
									menu_height = 550;
									menu_bak_width = 190;
									menu_bak_height = 550;
									menu_bor_width = 180;
									menu_bor_height = 550;
									
									menu_top = 5;
									menu_bak_top = 5;
									menu_bor_top = 5;
									menu_left = 5;
									menu_bak_left = 5;
									menu_bor_left = 5;
									
									content_width = 540;
									content_height = 560;
									content_bak_width = 540;
									content_bak_height = 560;
									content_bor_width = 530;
									content_bor_height = 550;
									
									content_top = 5;
									content_bak_top = 5;
									content_bor_top = 5;
									content_right = 10;
									content_bak_right = 10;
									content_bor_right = 10;
																		
									scroll_width= 510;
									scroll_height= 390;
									
									document.getElementById('center').style.top = 0;
									document.getElementById('center').style.left = 0;
									document.getElementById('center').style.backgroundImage = "url('sd2/resource/hatter.jpg')";
									document.getElementById('center').style.width = 800;
									document.getElementById('center').style.height = 517;
									
									break;
					}
					break;
		
	}
	if(menu_top !== ""){
		document.getElementById('menu').style.top = menu_top;
		document.getElementById('menu_background').style.top = menu_bak_top;
		document.getElementById('menu_border').style.top = menu_bor_top;
		document.getElementById('menu').style.left = menu_left;
		document.getElementById('menu_background').style.left = menu_bak_left;
		document.getElementById('menu_border').style.left = menu_bor_left;
		
		document.getElementById('content').style.top = content_top;
		document.getElementById('content_background').style.top = content_bak_top;
		document.getElementById('content_border').style.top = content_bor_top;
		document.getElementById('content').style.right = content_right;
		document.getElementById('content_background').style.right = content_bak_right;
		document.getElementById('content_border').style.right = content_bor_right;
	}
	
	if(menu_width){
		document.getElementById('menu').style.width = menu_width;
		document.getElementById('menu').style.height = menu_height;
		document.getElementById('menu_background').style.width = menu_bak_width;
		document.getElementById('menu_background').style.height = menu_bak_height;
		document.getElementById('menu_border').style.width = menu_bor_width;
		document.getElementById('menu_border').style.height = menu_bor_height;
		
		document.getElementById('content').style.width = content_width;
		document.getElementById('content').style.height = content_height;
		document.getElementById('content_background').style.width = content_bak_width;
		document.getElementById('content_background').style.height = content_bak_height;
		document.getElementById('content_border').style.width = content_bor_width;
		document.getElementById('content_border').style.height = content_bor_height;
		
		document.getElementById('scroll').style.width = scroll_width;
		document.getElementById('scroll').style.height = scroll_height;
	}
}

function e_submit(what, internal){
	if(internal == "internal"){
		document.ie_form.option.value = what;
		document.ie_form.submit();
	} else {
		window.location = "../index.php";
	}
}
