var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=315:imgheight=315
 function myload()
{
if (navigator.appName == "Netscape")
{document.ctw.pageY=pageYOffset+window.innerHeight-imgheight-100;
document.ctw.pageX=+window.innerWidth-140;
mymove();
}
else
{
ctw.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
ctw.style.left=document.body.offsetWidth-140;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.ctw.top=pageYOffset+window.innerHeight-imgheight-100;
 document.ctw.left=pageXOffset+window.innerWidth-140;
 setTimeout("mymove();",50)
 }
 else
 {
 ctw.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
 ctw.style.left=document.body.scrollLeft+document.body.offsetWidth-140;
 setTimeout("mymove();",50)
 }
 }

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=ctw top=50 width=106 height=350><a href=http://www.benq.gd.cn/products.asp?type=127&type2=%D2%BA%BE%A7%CF%D4%CA%BE%C6%F7 target=_blank><img src=two.gif border=0></a></layer>");
myload()}
else
{
document.write("<div id=ctw style='position: absolute;width:106;top:0;left:560;visibility: visible;z-index: 1'><a href=http://www.benq.gd.cn/products.asp?type=127&type2=%D2%BA%BE%A7%CF%D4%CA%BE%C6%F7 target=_blank><img src=two.gif border=0></a></div>");
myload()
}
