


if(screen.height<=600){
	



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


		window.moveTo(0,0);
	window.resizeTo(screen.height,screen.width);






}else if(screen.height>600){




if(screen.height==768){
	

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

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


	

		window.moveTo(0,0);
	window.resizeTo(screen.height,screen.width);


	




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

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







		window.moveTo(0,0);
	window.resizeTo(screen.height,screen.width);



		
	}

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





	
		window.moveTo(0,0);
	window.resizeTo(screen.height,screen.width);




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


		window.moveTo(0,0);
	window.resizeTo(screen.height,screen.width);





	


}
}
