document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=350:imgheight=340
window.screen.width>800 ? imgright=6:imgright=20

function threenineload()
{
    if (navigator.appName == "Netscape")
    {
    document.getElementById("threenine").style.top=pageYOffset+window.innerHeight-imgheight
    document.getElementById("threenine").style.right=imgright;
    //document.getElementById("threenine").pageY=pageYOffset+window.innerHeight-imgheight;
    //document.getElementById("threenine").top=0;
    //document.getElementById("threenine").right=0;
    //document.getElementById("threenine").pageX=imgright;
    document.getElementById("threenine").style.position="absolute";
    threeninemove();
    }
    else
    {
    threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
    threenine.style.right=imgright;
    threeninemove();
    }
}
function threeninemove()
{
if(document.ns)
{
document.getElementById("threenine").style.top=pageYOffset+window.innerHeight-imgheight
document.getElementById("threenine").style.right=imgright;
//document.getElementById("threenine").pageY=pageYOffset+window.innerHeight-imgheight
//document.getElementById("threenine").pageX=imgright;
setTimeout("threeninemove();",80)
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
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)
var ClosebuttonHtml = '<layer align="right" style="position: absolute;top:30px;right:200px;margin:2px;padding:2px;z-index:2000;"><a href="javascript:;" onclick="hidead()" style="color:red;text-decoration:none;font-size:12px;">¹Ø±Õ</a></layer>'
if (navigator.appName == "Netscape")
{document.write("<layer id=threenine top=30 width=64 height=80><a href=http://www.fluke.com.cn target=_blank><img src=http://www.maijixie.com/pd_right.gif width=100 height=260 border=0></a></layer>");
threenineload()}
else
{
document.write("<div id=threenine style='position: absolute;width:64;top:30;visibility: visible;z-index: -1'><a href=http://www.fluke.com.cn target=_blank><img src=http://www.maijixie.com/pd_right.gif width=100 height=260 border=0></a></div>");
threenineload()
}

