var imgheight
var imgleft
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=100:imgheight=100
window.screen.width>800 ? imgleft=7:imgleft=120
function myload()
{
myleft.style.top=document.documentElement.scrollTop+document.documentElement.offsetHeight-600;
myleft.style.left=imgleft;
leftmove();
}
function leftmove()
 {
 myleft.style.top=document.documentElement.scrollTop+document.documentElement.offsetHeight-600;
 myleft.style.left=imgleft;
 setTimeout("leftmove();",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=myleft style='position: absolute;width:100;top:0;left:0;visibility: visible;z-index: 1'><TABLE cellSpacing=0 cellPadding=0 width=100 border=0><TR><TD align=right><A onclick=myleft.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/left.jpg width=98 border=0></a></TD></TR></TBODY></TABLE></div>");
myload()




