var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=400:imgheight=300  //该高度用作图片距离页面底部的数值
 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.top=250;
float_left.style.left=0;
//float_left1.style.top=670;
//float_left1.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;
 //document.float_left1.top=document.float_left.top+320;
 //document.float_left1.left=pageXOffset+window.innerWidth-120;
 setTimeout("mymove_left();",50)
 }
 else
 {
 //float_left.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 float_left.style.top=300;
 float_left.style.left=document.body.scrollLeft+5;  //该宽度用作图片距离页面左边的数值
 //float_left1.style.top=620;
 //float_left1.style.left=document.body.scrollLeft+5;
 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=/page/ztxy/index2.asp?ztxh=10 target=_blank><img src=/images/index3/1.gif width=80 height=200 border=0></a></layer>");
document.write("<layer id=float_left1 top=300 width=80 height=88><a href=/page/ztxy/index2.asp?ztxh=10 target=_blank><img src=/images/index3/1.gif width=80 height=200 border=0></a></layer>");
myload_left()}
else
{

document.write("<div id=float_left style='position: absolute;'><table border='0' cellspacing='0' cellpadding='0'><tr bgcolor='#5C5C5C' align='right'><td><a onclick=javascript:window.float_left.style.display='none'  style='font-size: 8pt;cursor:hand;'><img src='link3/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='100' height='300'>  <param name='movie' value='link3/0331.swf'><param name='quality' value='high'><param name='wmode' value='transparent'><embed src='link3/0331.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='100' height='300'></embed></object></td></tr></table></div>");

//document.write("<div id=float_left1 style='position: absolute;'><table border='0' cellspacing='0' cellpadding='0'><tr bgcolor='#5C5C5C' align='right'><td><a onclick=javascript:window.float_left1.style.display='none'  style='font-size: 8pt;cursor:hand;'><img src='include/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='100' height='300'>  <param name='movie' value='hnjsweb/tongzhi_0222.swf'><param name='quality' value='high'><param name='wmode' value='transparent'><embed src='hnjsweb/tongzhi_0222.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='100' height='300'></embed></object></td></tr></table></div>");
myload_left()
}