﻿var Invite_top=0;
var LrinviteTimeout=0;
var LR_next_invite_seconds = 60;
var LiveAutoInvite0='<img src=http://www.cschyy.cn/images/topzj.jpg />';
var LiveAutoInvite1='来自首页的对话';
var LiveAutoInvite2='<img src=http://www.cschyy.cn/swt.gif />';
document.write("<script language='javascript' src='http://lr.zoosnet.net/JS/LsJS.aspx?siteid=LEF48758484&float=1&lng=cn'></script>")
document.writeln("<div  id=\"divQQboxcui\" style='right:2px;POSITION:absolute;TOP:100px;'>");
document.writeln("<div class='Qlist' id='divOnline' style='display : none;'>");
document.writeln("<a onclick='closure();' style='cursor: pointer;'><img border=0 src='http://www.cschyy.cn/images/closure_1.gif'></a><br>");
document.writeln("<img border=0 src=http://www.cschyy.cn/images/ch_01.gif><br><a href='http://lr.zoosnet.net/LR/Chatpre.aspx?id=LEF48758484' target='_blank' title='在线咨询'><img border=0 src=http://www.cschyy.cn/images/ch_02.gif><br><img border=0 src=http://www.cschyy.cn/images/ch_003.gif><br><img border=0 src=http://www.cschyy.cn/images/ch_04.gif></a><br><a href='http://sogou.koocall.com/ppc/sougou.jsp?id=1758720' target='_blank' title='免费电话咨询'><img border=0 src=http://www.cschyy.cn/images/ch_05.gif></a><br><a href='http://www.cschyy.cn/hospital_link.aspx' target='_blank'><img border=0 src=http://www.cschyy.cn/images/ch_06.gif></a><br><img border=0 src=http://www.cschyy.cn/images/ch_07.gif>");
document.writeln("<\/div>");
document.write("<div id='divMenu' onmouseover='OnlineOver();' style='right:2px; width: 27px; POSITION:absolute;'><img src='http://www.cschyy.cn/images/003.jpg' class='press' alt='就医服务'></div>");
document.writeln("<\/div>");



//<![CDATA[
var tips; var theTop = 40; var old = theTop;
function initFloatTips() {
  tips = document.getElementById('divQQboxcui');
  moveTips();
};
function moveTips() {
  var tt=50;
  if (window.innerHeight) {
	pos = window.pageYOffset
  }
  else if (document.documentElement && document.documentElement.scrollTop) {
	pos = document.documentElement.scrollTop
  }
  else if (document.body) {
	pos = document.body.scrollTop;
  }
  pos=pos-tips.offsetTop+theTop;
  pos=tips.offsetTop+pos/10;

  if (pos < theTop) pos = theTop;
  if (pos != old) {
	tips.style.top = pos+"px";
	tt=10;
  //alert(tips.style.top);
  }

  old = pos;
  setTimeout(moveTips,tt);
}
//!]]>
initFloatTips();





	function closure() {

		document.getElementById("divMenu").style.display = "";

		document.getElementById("divOnline").style.display = "none";

	}


	function OnlineOver(){

		document.getElementById("divMenu").style.display = "none";

		document.getElementById("divOnline").style.display = "block";

	}



 function hideMsgBox(theEvent){  //theEvent用来传入事件，Firefox的方式
 　       if (theEvent){
   　           var browser=navigator.userAgent;   //取得浏览器属性
   　           if (browser.indexOf("Firefox")>0){  //如果是Firefox
	　　             if (document.getElementById('divOnline').contains(theEvent.relatedTarget)) {  //如果是子元素
	 　　                  return;   //结束函式
						} 
				  } 
				  if (browser.indexOf("MSIE")>0){  //如果是IE
						 if (document.getElementById('divOnline').contains(event.toElement)) {  //如果是子元素
								return;  //结束函式
						  }
				   }
			 }
		document.getElementById("divMenu").style.display = "block";
		document.getElementById("divOnline").style.display = "none";
 }