﻿var ronline_theTop =300;
document.write('<style type="text/css">');
document.write('.QQbox{ z-index:99; width:178px; display:block; right: 0; top: '+ronline_theTop+'px; position: absolute;}');
document.write('.QQbox .press{ right: 0; border: none; cursor: pointer;width: 27px; height: 154px;position: absolute;}');
document.write('.QQbox .Qlist{ left: 0; width: 145px;background-color:#c60000; border:1px solid #c60000;  position: absolute;}');
document.write('.QQbox .Qlist .con{ background-color: #F7F7F7; width: 98%; margin: 0 auto; }');
document.write('.QQbox .Qlist .con h2{height: 20px;margin:0px;background-color:#c60000;font-size:14px;padding:5px 0 3px 0; border:1px solid #fff; text-align: center; color:#fff;}');
document.write('.QQbox .Qlist .con ul{ font-size:12px;list-style:none;margin:0px;}');
document.write('.QQbox .Qlist .con ul li{ padding:5px;height:20px;text-align:center;}');
document.write('.QQbox .Qlist .con ul .tc{ background:#ffd7d7;color:#c60000}');
document.write('</style>');

document.write("<b class='QQbox' id='divQQbox' >");
document.write("<b class='Qlist' id='divOnline' onmouseout='hideMsgBox(event);' style='display : none;'>");
document.write("<b class='con'>");
document.write("<h2 >联系E城网</h2>");
document.write("<ul>");
document.write('<li>客服QQ，点击留言</li>');
document.write('<li>客服1: <a href="http://sighttp.qq.com/cgi-bin/check?sigkey=2c7da768cfaca3510706eb61e5d3c38a5eb3e685cc78cc6e6011913f268002ed"; target=_blank; onclick="var tempSrc=\'http://sighttp.qq.com/wpa.js?rantime=\'+Math.random()+\'&sigkey=2c7da768cfaca3510706eb61e5d3c38a5eb3e685cc78cc6e6011913f268002ed\';var oldscript=document.getElementById(\'testJs\');var newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text/javascript\'); newscript.setAttribute(\'id\', \'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;">404469286&nbsp;</a></li>');
document.write('<li>客服2: <a href="http://sighttp.qq.com/cgi-bin/check?sigkey=92f399056df36ab50d67fd09c7c3f3275e0488a9317e28d739b6205e86ab8436"; target=_blank; onclick="var tempSrc=\'http://sighttp.qq.com/wpa.js?rantime=\'+Math.random()+\'&sigkey=92f399056df36ab50d67fd09c7c3f3275e0488a9317e28d739b6205e86ab8436\';var oldscript=document.getElementById(\'testJs\');var newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text/javascript\'); newscript.setAttribute(\'id\', \'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;">1262425041</a></li>');
document.write('<li><a href="http://www.5432e.com/pub/ComRegister.jsp">免费注册企业用户</a></li>');
document.write('<li><a href="http://www.kzhan.net" target="_blank">E城网代理加盟</a></li>');
document.write('<li class="tc">E城电话：0532-85830311</li>');
document.write("</ul>");
document.write("</b>");

document.write("</b>");
document.write("<b id='divMenu' onmouseover='OnlineOver();'><img src='http://www.5432e.com/images/online_service_l.gif' class='press' alt='QQ客服热线'></b>");
document.write("</b>");


//<![CDATA[
var ronline_tips; 
var ronline_old = ronline_theTop;
function initFloatTips() {
	ronline_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;
	}
	pos=pos-ronline_tips.offsetTop+ronline_theTop;
	pos=ronline_tips.offsetTop+pos/10;
	if (pos < ronline_theTop) pos = ronline_theTop;
		if (pos != ronline_old) {
			ronline_tips.style.top = pos+"px";
			tt=10;
		}
	ronline_old = pos;
	setTimeout(moveTips,tt);
}

//!]]>
initFloatTips();
function OnlineOver(){
	document.getElementById("divMenu").style.display = "none";
	document.getElementById("divOnline").style.display = "block";
	document.getElementById("divQQbox").style.width = "145px";
}

function OnlineOut(){
	document.getElementById("divMenu").style.display = "block";
	document.getElementById("divOnline").style.display = "none";
}

function hideMsgBox(theEvent){ 
　	if (theEvent){
　		var browser=navigator.userAgent; 
　		if (browser.indexOf("Firefox")>0){ 
　　			if (document.getElementById('divOnline').contains(theEvent.relatedTarget)) { 
　　				return; 
			} 
		} 
		if (browser.indexOf("MSIE")>0){ 
			if (document.getElementById('divOnline').contains(event.toElement)) {
				return; 
			}
		}
	}
	document.getElementById("divMenu").style.display = "block";
	document.getElementById("divOnline").style.display = "none";
}
