document.ns = navigator.appName == "Netscape"
function acerload()
{
if (navigator.appName == "Netscape")
{document.acer.pageY=pageYOffset+window.innerHeight-200;
document.acer.pageX=+window.innerWidth-140;
acermove();
}
else
{
acer.style.top=document.body.scrollTop+document.body.offsetHeight-220;
acer.style.left=document.body.offsetWidth-120;
acer2.style.top=document.body.scrollTop+document.body.offsetHeight-140;
acer2.style.left=document.body.offsetWidth-280;
acermove();
}
}
function acermove()
{
if(document.ns)
{
document.acer.top=pageYOffset+window.innerHeight-320
document.acer.left=+window.innerWidth-240;
setTimeout("acermove();",80)
}
else
{
acer.style.top=document.body.scrollTop+document.body.offsetHeight-660;
acer.style.left=document.body.offsetWidth-130;
acer2.style.top=document.body.scrollTop+document.body.offsetHeight-420;
acer2.style.left=document.body.offsetWidth-130;
setTimeout("acermove();",80)
}
}
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)