var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=100:imgheight=100
 function myload()
{
myright.style.top=document.documentElement.scrollTop+document.documentElement.offsetHeight-600;
myright.style.left=document.documentElement.offsetWidth-128;
mymove();
}
 function mymove()
 {
 myright.style.top=document.documentElement.scrollTop+document.documentElement.offsetHeight-600;
 myright.style.left=document.documentElement.scrollLeft+document.documentElement.offsetWidth-128;
 setTimeout("mymove();",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)


document.write("<div id=myright style='position: absolute;width:100;top:0;left:0;visibility: visible;z-index: 1'><TABLE cellSpacing=0 cellPadding=0 width=98 border=0><TR><TD align=right><A onclick=myright.style.visibility='hidden'><IMG height=16 src=/duilian/Closs_01.gif width=98 border=0></A></TD></TR><TR><TD><a href=# target=_blank><IMG height=297 src=/images/right.jpg width=100 border=0></a></TD></TR></TBODY></TABLE></div>");
myload()



