function close_float_right(){
	myright.style.display='none';
}
var imgheight;
var imgright;
document.ns = navigator.appName == "Netscape";
window.screen.width > 800 ? imgheight=80 : imgheight=90;
window.screen.width > 800 ? imgright=window.screen.width-25-120 : imgright=window.screen.width-120-120;
//// 右上漂浮位置
function myRightload()
{
	if(navigator.appName == "Netscape") {
		document.getElementById("myright").pageY = pageYOffset + window.innerHeight - imgheight;
		document.getElementById("myright").pageX = imgright;
		rightmove();
	}
	else {
		document.getElementById("myright").style.top = document.documentElement.scrollTop + document.documentElement.offsetHeight - imgheight - 310;
		document.getElementById("myright").style.left = imgright;
		rightmove();
	}
}
function rightmove()
{
	if(document.ns) {
		document.getElementById("myright").top = pageYOffset + window.innerHeight - imgheight;
		document.getElementById("myright").left = imgright;
		setTimeout("rightmove();", 80);
	}
	else {
		document.getElementById("myright").style.top = document.documentElement.scrollTop + document.documentElement.offsetHeight - imgheight - 360;
		document.getElementById("myright").style.left = imgright;
		setTimeout("rightmove();", 80);
	}
}

if(navigator.appName == "Netscape") {
	document.write("<layer id='myright' style='position: absolute; width: 94; top: 10px; left:5px; visibility: visible; z-index: 1;'>");

	document.write("</layer>");
	myRightload();
}
else {//IE
	document.write("<div id='myright' style='position: absolute; width: 118px; top: 10px; left:0px; visibility: visible; z-index: 1;'>");
 
 		 
		
 document.write("<table width=108 border=0 cellspacing=0 cellpadding=0>") ;
  document.write("<tr>") ;
  document.write("  <td><img src=online/online_01.gif width=85 height=24 /><a href=javascript:close_float_right();void(0);><img alt=关闭 src=online/online_02.gif border=0/></a></td>") ;
  document.write("</tr>") ;
  document.write("<tr>") ;
  document.write("  <td><img src=online/online_03.gif width=108 height=46 /></td>") ;
  document.write("</tr>") ;
  document.write("<tr>") ;
   document.write(" <td background=online/online_04.gif style=padding:10px 0 4px 0;line-height:25px;>") ;
   document.write("<a target=blank href=tencent://message/?uin=359163875&Site=&Menu=yes><img SRC=http://wpa.qq.com/pa?p=1:359163875:4 alt=点击这里给我发消息 border=0 align=absmiddle><font color=black>359163875</font></a>") ;
   document.write("<br>") ;
   document.write("</td></tr><tr>") ;
   document.write(" <td background=online/online_04.gif style=padding:10px 0 4px 0;line-height:25px;>") ;
   document.write("<a target=blank href=tencent://message/?uin=1005643426&Site=&Menu=yes><img SRC=http://wpa.qq.com/pa?p=1:1005643426:4 alt=点击这里给我发消息 border=0 align=absmiddle><font color=black>1005643426</font></a>") ;
  document.write("</td></tr>") ;
  document.write("<tr>") ;
  document.write("  <td><img src=online/online_05.gif width=108 height=11 /></td>") ;
  document.write("</tr>") ;
document.write("</table>") ;

	 


	document.write("</div>");
	myRightload();
}

