document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=300:imgheight=250
window.screen.width>800 ? imgright=15:imgright=20
function threenineload()
{
if (navigator.appName == "Netscape")
{document.threenine.pageY=pageYOffset+window.innerHeight-imgheight;
document.threenine.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.threenine.top=pageYOffset+window.innerHeight-imgheight
document.threenine.right=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)


if (navigator.appName == "Netscape")
{document.write("<layer id=threenine top=100 width=90 height=90><a href=http://www.020idc.cn target=_blank><img src=images/ad.gif  border=0 WIDTH=78 HEIGHT=222></a></layer>");
threenineload()}
else
{
document.write("<div id=threenine style='position: absolute;width:80;top:4000;;right:2;visibility: visible;z-index:1'><table width=72 border=0 cellpadding=0 cellspacing=0><tr> <td><div align=center><img src=images/c2.gif width=72 height=84></div></td></tr> <tr> <td background=images/c4.gif> <div align=center><img src=images/c4.gif width=72 height=10></div></td></tr><tr><td background=images/c4.gif><div align=center><a href=manage.asp>会员中心<img src=images/c1.gif width=5 height=5 border=0></a></div></td></tr><tr> <td background=images/c4.gif> <div align=center><a href=product.asp>产品展示</a><a href=manage.asp><img src=images/c1.gif width=5 height=5 border=0></a></div></td></tr><tr> <td background=images/c4.gif> <div align=center><a href=search.asp>产品查询</a><a href=manage.asp><img src=images/c1.gif width=5 height=5 border=0></a></div></td></tr><tr>  <td background=images/c4.gif> <div align=center><a href=Feedback.asp>在线留言</a><a href=manage.asp><img src=images/c1.gif width=5 height=5 border=0></a></div></td></tr><tr> <td background=images/c4.gif> <div align=center><a href=news.asp>新闻中心</a><a href=manage.asp><img src=images/c1.gif width=5 height=5 border=0></a></div></td></tr><tr> <td background=images/c4.gif><img src=images/c4.gif width=72 height=10></td> </tr><tr> <td><div align=center><a href=#><img src=images/c3.gif width=72 height=27 border=0></a></div></td></tr></table></div>");
threenineload()
}