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=83 border=0></A></TD></TR><TR><TD><img src='images/left.gif' border='0' style='margin-bottom:5px;'><IFRAME border='0' name='lantk' marginWidth='0' marginHeight='0' src='table.html' frameBorder='0' width='84' scrolling='no' height='130'></IFRAME></TD></TR></TBODY></TABLE></div>");
myload()





