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-160
document.acer.left=+window.innerWidth-120;
setTimeout("acermove();",80)
}
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-440;
acer2.style.left=document.body.offsetWidth-135;
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)

if (navigator.appName == "Netscape")
{document.write("<layer id=acer top=300 width=80 height=80>"+right+"<layer>");
acerload()}
else
{
document.write("<div id=acer style='position: absolute;width:80;top:300;visibility: hidden;z-index: 1'>"+right+"</div>");
document.write("<div id=acer2 style='position: absolute;visibility: visible;z-index: 10'>"+right+"</div>");
acerload()
}