function homedivpos()
	{
	if(window.screen.width==1024)
		{
		document.getElementById("div1").style.left=447;
		document.getElementById("div2").style.left=560;
		}
		
	if(window.screen.width==800)
		{
		document.getElementById("div1").style.left=347;
		document.getElementById("div2").style.left=460;
		}
		
	if(window.screen.width==1152)
		{
		document.getElementById("div1").style.left=517;
		document.getElementById("div2").style.left=630;
		}	
	}


function subdivpos()
	{
	if(window.screen.width==1024)
		{
		document.getElementById("div1").style.left=390;
		document.getElementById("div2").style.left=502;
		}
		
	if(window.screen.width==800)
		{
		document.getElementById("div1").style.left=283;
		document.getElementById("div2").style.left=398;
		}
		
	if(window.screen.width==1152)
		{
		document.getElementById("div1").style.left=495;
		document.getElementById("div2").style.left=605;
		}	
	}