var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=550:imgheight=550
window.screen.width<=500 ? imgheight=500:imgheight=500
 function myload()
{
if (navigator.appName == "Netscape")
{document.huashuolayer3.pageY=pageYOffset+window.innerHeight-imgheight;
document.huashuolayer3.pageX=5;
mymove();
}
else
{
huashuolayer3.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
huashuolayer3.style.right=5;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.huashuolayer3.top=pageYOffset+window.innerHeight-imgheight;
 document.huashuolayer3.right=5;
 setTimeout("mymove();",5)
 }
 else
 {
 huashuolayer3.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 huashuolayer3.style.right=5;
 setTimeout("mymove();",5)
 }
 }

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)


