function FSCommand(){ dllayer2.style.visibility='hidden'; dllayer3.style.visibility='hidden'; } function winload() { dllayer2.style.top=20; dllayer2.style.left=5; dllayer3.style.top=20; dllayer3.style.right=5; mymove(); } function mymove() { var imgheight; imgheight=20; dllayer2.style.top=document.body.scrollTop+imgheight; dllayer3.style.top=document.body.scrollTop+imgheight; setTimeout("mymove();",50) } if(document.body.offsetWidth>800){ { document.write("
"); document.write("
"); } winload() }