﻿var imgheight_close
document.ns = navigator.appName == "Microsoft Internet Explorer"
var bdy = (document.documentElement && document.documentElement.clientWidth)?document.documentElement:document.body;

window.screen.width>800 ? imgheight_close=130:imgheight_close=130
 function myload()
{
myright.style.top=bdy.scrollTop+bdy.offsetHeight-imgheight_close;
myright.style.left=bdy.offsetWidth-130;
mymove();
}
 function mymove()
 {
 myright.style.top=bdy.scrollTop+bdy.offsetHeight/4;
 myright.style.left=bdy.scrollLeft+bdy.offsetWidth-160;
 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';
}

if(document.ns){
document.write("<div id='myright' style='position: absolute;width:90px;top:0;left:0px;visibility: visible;z-index: 1; #666;background:url(image/web.gif);width:98px;height:70px; padding-top:30px'>\
<p><a target=_self href=tencent://message/?uin=1007440917&Site=www.hili21.com&Menu=yes><img border=\"0\" SRC=http://wpa.qq.com/pa?p=1:1007440917:1 alt=\"点击这里给我发消息\"></a></p></div>");
myload()
}
