document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=240:imgheight=240
window.screen.width>800 ? imgright=8:imgright=120
function threenineload()
{
if (navigator.appName == "Netscape")
{document.getElementById("threenine").pageY=pageYOffset+100;
document.getElementById("threenine").pageX=imgright;
threeninemove();
}
else
{
document.getElementById("threenine").style.top=document.body.scrollTop+100;
document.getElementById("threenine").style.right=imgright;
threeninemove();
}
}
function threeninemove()
{
if(document.ns)
{
document.getElementById("threenine").top=pageYOffset+73;
document.getElementById("threenine").right=imgright;
setTimeout("threeninemove();",80)
}
else
{
document.getElementById("threenine").style.top=document.body.scrollTop+73;
document.getElementById("threenine").style.right=imgright;
setTimeout("threeninemove();",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=threenine top=80 width=75 height=75>"+ad_right+"</layer>");
threenineload()}
else
{
document.write("<div id=threenine style='position: absolute;width:64;top:80;right:8;visibility: visible;z-index: 1'>"+ad_right+"<img onClick=threenine.style.visibility='hidden'; alt=Òþ²ØÍ¼Æ¬ src='http://www.fsoo.com/inc/images_index/close.gif'></div>");
threenineload()
}
