function winload()
{
layer1.style.top=400;
layer1.style.left=5;
layer2.style.top=435;
layer2.style.right=5;
}

if(document.body.offsetWidth>800){	
	{
	document.write("<div id=layer1 style='position: absolute;visibility:visible;z-index:1'><a href=http://eastwes.mall.taobao.com/ target=_blank><img src=../../../211sh-eastwesres/images/buy.gif border=0></a></div>"
	+"<div id=layer2 style='position: absolute;visibility:visible;z-index:1'><iframe name=frameUserLogin src=login2.html border=0 width=148 height=91 frameborder=0 framespacing=0 scrolling=no></iframe></div>");
	}
  winload()
}