﻿document.write('<div class="qqbox" id="divQQbox">');
document.write('  <div class="qqlv" id="meumid" onmouseover="show()"><img src="/Images/siderIM_hiddenBar.gif"></div>');
document.write('  <div class="qqkf" style="display:none;" id="contentid" onmouseout="hideMsgBox(event)">');
document.write('    <div class="qqkfbt" onmouseout="showandhide(\'qq-\',\'qqkfbt\',\'qqkfbt\',\'K\',2,1);" id="qq-1" onfocus="this.blur();">客 服 中 心</div>');
document.write('    <div id="K1">');
document.write('      <div class="qqkfhm bgdh"> <a href="tencent://message/?uin=568612109" title="客服一部"><img src="http://wpa.qq.com/pa?p=1:568612109:4" border="0"> 客 服 一 部</a></div>');
document.write('      <div class="qqkfhm bgdh"> <a href="tencent://message/?uin=568612109" title="客服二部"><img src="http://wpa.qq.com/pa?p=1:568612109:4" border="0"> 客 服 二 部</a></div>');
document.write('      <div class="qqkfhm bgdh">电话：0769-81206286</div>');
document.write('    </div>');
document.write('    <div class="qqkfbt"  onClick="showandhide(\'qq-\',\'qqkfbt\',\'qqkfbt\',\'K\',2,2);" id="qq-2" onfocus="this.blur();">渠 道 咨 询</div>');
document.write('    <div id="K2" style="display:none">');
document.write('      <div class="qqkfhm bgdh"> <a href="tencent://message/?uin=568612109" title="客服一部"><img src="http://wpa.qq.com/pa?p=1:568612109:4" border="0"> 客 服 一 部</a></div>');
document.write('      <div class="qqkfhm bgdh"> <a href="tencent://message/?uin=568612109" title="客服二部"><img src="http://wpa.qq.com/pa?p=1:568612109:4" border="0"> 客 服 二 部</a></div>');
document.write('      <div class="qqkfhm bgdh">电话：0769-85016662</div>');
document.write('    </div>');
document.write('  </div>');
document.write('</div>');
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 = 220;
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";
 	}
