/*

	var screen_x=screen.width;
	var screen_y=screen.height;
	*/
	
	//alert(ratio);
	
	

   var screen_x = document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientWidth:document.body.clientWidth;
   var screen_y = document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientHeight:document.body.clientHeight;

   var ratio=screen_x/screen_y;
	
   location.href = "index_n.php?h="+screen_y+"&w="+screen_x+"&sz=sm";	
	
  /*	
	if(ratio>1.7)
	{
		if(screen_x<=800)
		{
			location.href = "index_w_low.html";
		}
		else
		{
		  location.href = "index_n.php?h="+screen_y+"&w="+screen_x+"&sz=lg";
		}
	}
	else
	{
		
		if(screen_x<=800)
		{
			location.href = "index_n_low.html";
		}
		else
		{
		  location.href = "index_n.php?h="+screen_y+"&w="+screen_x+"&sz=sm";
		}
	}
	
*/
