


if(screen.height<=600){
	



					sitewidth ="800px" ; // Width of template
					siteheight = "1500px"; // Height of template


	
		width=800;
	height=600;

	

	
	
	
	

window.resizeTo(800,600);





}else if(screen.height>600){




if(screen.height==768){
	

	if(screen.width==1024){	
	//1024 768

				sitewidth ="1020px" ; // Width of template
siteheight = "1500px"; // Height of template


	
		width=1200;
	height=750;
	
	
	
	


	
	window.resizeTo(width,height);


	




	}else if(screen.width!=1024){
	//1280 768

		
				sitewidth ="1020px" ; // Width of template
siteheight = "1500px"; // Height of template






	width=1200;
	height=750;
	




window.resizeTo(width,height);


		
	}

	
	
}else if(screen.height!=768){
// 1152 864
				sitewidth ="1020px" ; // Width of template
siteheight = "1500px"; // Height of template





	
	width=1075;
	height=810;
	
	


window.resizeTo(width,height);



}
if(screen.height==1024){
	
// 1280  1024
	
				sitewidth ="1020px" ; // Width of template
siteheight = "1500px"; // Height of template

	width=1075;
	height=805;
	


window.resizeTo(width,height);




	


}
}
