var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=500:imgheight=400  //该高度用作图片距离页面底部的数值
 function myload_left()
{
if (navigator.appName == "Netscape")
{document.float_left.pageY=pageYOffset+window.innerHeight-imgheight;
document.float_left.pageX=10;
mymove_left();
}
else
{
float_left.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
float_left.style.left=0;
mymove_left();
}
}
 function mymove_left()
 {
 if(document.ns)
 {
 document.float_left.top=pageYOffset+window.innerHeight-imgheight;
 document.float_left.left=pageXOffset+window.innerWidth-120;
 setTimeout("mymove_left();",50)
 }
 else
 {
 float_left.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 float_left.style.left=document.body.scrollLeft+0;  //该宽度用作图片距离页面左边的数值
 setTimeout("mymove_left();",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=float_left top=300 width=80 height=88><a href=/link2/bzh.htm target=_blank><img src=/AD/yb.gif width=220 height=190 border=0></a></layer>");
//myload_left()
}
else
{
//document.write("<div id=float_left style='position: absolute;'><table border='0' cellspacing='0' cellpadding='0'><tr><td><a onclick=javascript:window.float_left.style.display='none'  style='font-size: 8pt;cursor:hand;'><img src='/AD/close.gif'></a></td></tr><tr><td><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='105' height='250'><param name='movie' value='/link15/mt.swf'><param name='quality' value='high'><embed src='/link15/mt.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='105' height='250'></embed></object></td></tr></table></div>");
document.write("<div id=float_left style='position: absolute;'><table border='0' cellspacing='0' cellpadding='0'><tr><td><a onclick=javascript:window.float_left.style.display='none'  style='font-size: 8pt;cursor:hand;'><img src='/AD/close.gif'></a></td></tr><tr><td><iframe height=283 width=100 frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src=/AD/blh.html></iframe></td></tr></table></div>");
myload_left()
}
