function SetLocation()
{
	var s = "";
	
	if (screen.width==1024)
	{
		
	
		if(document.all)
		{
			for(p in document.all.tags("DIV"))
			{
				if(p != "length")
				{
  					if(p.length > 3){
	  					if(p.substr(0,3) == "lay")
	  					document.all.tags("DIV")(p).style.posLeft += 112;
				  	}
  				}
			}
		}

			
	}
}
