document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln(".STYLE1 {color: #FF0000}");
document.writeln("-->");
document.writeln(".qqbox a:link {");
document.writeln("	color: #000;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln(".qqbox a:visited {");
document.writeln("	color: #000;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln(".qqbox a:hover {");
document.writeln("	color: #f80000;");
document.writeln("	text-decoration: underline;");
document.writeln("}");
document.writeln(".qqbox a:active {");
document.writeln("	color: #f80000;");
document.writeln("	text-decoration: underline;");
document.writeln("}");
document.writeln("");
document.writeln(".qqbox{");
document.writeln("	width:132px;");
document.writeln("	height:auto;");
document.writeln("	overflow:hidden;");
document.writeln("	position:absolute;");
document.writeln("	right:0;");
document.writeln("	top:100px;");
document.writeln("	color:#000000;");
document.writeln("	font-size:12px;");
document.writeln("	letter-spacing:0px;");
document.writeln("}");
document.writeln(".qqlv{");
document.writeln("	width:25px;");
document.writeln("	height:256px;");
document.writeln("	overflow:hidden;");
document.writeln("	position:relative;");
document.writeln("	float:right;");
document.writeln("	z-index:50px;");
document.writeln("}");
document.writeln(".qqkf{");
document.writeln("	width:120px;");
document.writeln("	height:auto;");
document.writeln("	overflow:hidden;");
document.writeln("	right:0;");
document.writeln("	top:0;");
document.writeln("	z-index:99px;");
document.writeln("	border:6px solid #165082;");
document.writeln("	background:#fff;");
document.writeln("}");
document.writeln(".qqkfbt{");
document.writeln("	width:118px;");
document.writeln("	height:20px;");
document.writeln("	overflow:hidden;");
document.writeln("	background:#165082;");
document.writeln("	line-height:20px;");
document.writeln("	font-weight:bold;");
document.writeln("	color:#fff;");
document.writeln("	position:relative;");
document.writeln("	border:1px solid #2575B1;");
document.writeln("	cursor:pointer;");
document.writeln("	text-align:center;");
document.writeln("}");
document.writeln(".qqkfhm{");
document.writeln("	width:112px;");
document.writeln("	height:22px;");
document.writeln("	overflow:hidden;");
document.writeln("	line-height:22px;");
document.writeln("	padding-right:8px;");
document.writeln("	position:relative;");
document.writeln("	margin:3px 0;");
document.writeln("}");
document.writeln(".bgdh{");
document.writeln("	width:102px;");
document.writeln("	padding-left:10px;");
document.writeln("}");
document.writeln("</style>");
document.writeln("<div class=\"qqbox\" id=\"divQQbox\">");
document.writeln("  <div class=\"qqlv\" id=\"meumid\" onmouseover=\"show()\"><img src=\"http://www.jh-wy.com/Skin/Skin1/qq/qq_1.png\"></div>");
document.writeln("  <div class=\"qqkf\" style=\"display:none;\" id=\"contentid\" onmouseout=\"hideMsgBox(event)\">");
document.writeln("    <div class=\"qqkfbt\" onmouseout=\"showandhide(\'qq-\',\'qqkfbt\',\'qqkfbt\',\'K\',5,1);\" id=\"qq-1\" onfocus=\"this.blur();\">客 服 中 心</div>");
document.writeln("    <div id=\"K1\">");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=3&uin=75402459&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:75402459:41\" alt=\"锦鸿物业\" title=\"锦鸿物业\"></a><br/></div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=3&uin=2443107177&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:2443107177:41\" alt=\"锦鸿物业\" title=\"锦鸿物业\"></a></div>");
document.writeln("      <div class=\"qqkfhm bgdh\">0731-84538900</div>");
document.writeln("    </div> </div>");
document.writeln("             </div>");
document.writeln("  </div>");
document.writeln("</div>");
document.writeln("");

function showandhide(h_id,hon_class,hout_class,c_id,totalnumber,activeno) {
    var h_id,hon_id,hout_id,c_id,totalnumber,activeno;
    for (var i=1;i<=totalnumber;i++) {
        document.getElementById(c_id+i).style.display='none';
        document.getElementById(h_id+i).className=hout_class;
    }
    document.getElementById(c_id+activeno).style.display='block';
    document.getElementById(h_id+activeno).className=hon_class;
}
var tips; 
var theTop = 100;
var old = theTop;
function initFloatTips() 
{ 
	tips = document.getElementById('divQQbox');
	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;  
		  }
		  //http:
		  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();
	if(typeof(HTMLElement)!="undefined")//给firefox定义contains()方法，ie下不起作用
		{  
		  HTMLElement.prototype.contains=function (obj)  
		  {  
			  while(obj!=null&&typeof(obj.tagName)!="undefind"){//
	   　　 　if(obj==this) return true;  
	   　　　	　obj=obj.parentNode;
	   　　	  }  
			  return false;  
		  }
	}
function show()
{
	document.getElementById("meumid").style.display="none"
	document.getElementById("contentid").style.display="block"
}
	function hideMsgBox(theEvent){
	  if (theEvent){
		var browser=navigator.userAgent;
		if (browser.indexOf("Firefox")>0){//Firefox
		    if (document.getElementById("contentid").contains(theEvent.relatedTarget)) {
				return
			}
		}
		if (browser.indexOf("MSIE")>0 || browser.indexOf("Presto")>=0){
	        if (document.getElementById('contentid').contains(event.toElement)) {
			    return;//结束函式
		    }
		}
	  }
	  document.getElementById("meumid").style.display = "block";
	  document.getElementById("contentid").style.display = "none";
 	}
