var imgheight_close
window.screen.width>800 ? imgheight_close=120:imgheight_close=120
 function myload()
{
myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight_close;
myright.style.left=document.body.offsetWidth-1200;
mymove();
}
 function mymove()
 {
 myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight_close-400;
 myright.style.left=document.body.scrollLeft+document.body.offsetWidth-120;//µ÷ÕûÍ¼Æ¬µÄ×óÓÒÎ»ÖÃ
 setTimeout("mymove();",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)

function close_float_right(){
	myright.style.visibility='hidden';
}

	
document.write("<div id=myright style='position: absolute;width:80;top:0;left:578;visibility: visible;z-index: 1'>"
+"<style>"
+"A.closefloat:link,A.refloat:visited {text-decoration:none;color:#000000;font-size:12px}"
+"A.closefloat:active,A.refloat:hover {text-decoration:underline;color:#0000FF;font-size:12px}"
+"</style>"
+"<table border=0 cellpadding=0 cellspacing=0><tr><td>");
if(ad_float_right_type!="swf")
	document.write("<iframe name=I3 marginwidth=0 marginheight=0 src=js/ADbanner_r.asp frameborder=0 width=100 height=255  scrolling=no framespacing=0></iframe>");
else{
    //document.write("<iframe name=I4 marginwidth=0 marginheight=0 src=js/tupflash_r.asp frameborder=0  height=255 width=110 scrolling=no framespacing=0></iframe>");
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100" height="255">'+
            '<param name="movie" value="'+ad_float_right_url+'" />'+
            '<param name="quality" value="high" />'+
			'<param name="WMode" value="Transparent">'+
            '<embed src="'+ad_float_right_url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="255">'+		
        '</embed></object>');
}
document.write("</td></tr><tr><td height=5></td></tr><tr><td height=20 align=right><a href='javascript:close_float_right();void(0);'><img src='images/close.gif' border=0 ></a></td></tr>"
+"</table>"
+"</div>");

myload()
