document.ns = navigator.appName == "Netscape" window.screen.width>800 ? imgheight=600:imgheight=600 window.screen.width>800 ? imgright=3:imgright=100 function threenineload() { if (navigator.appName == "Netscape") {document.getElementById('threenine').style.pageY=pageYOffset+window.innerHeight-imgheight; document.getElementById('threenine').style.pageX=imgright; 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; setTimeout("threeninemove();",100) } else { threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight; threenine.style.right=imgright; setTimeout("threeninemove();",100) } } 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(" "); threenineload()} else { document.write("


在线客服一
在线客服二
在线客服三
"); threenineload() }