document.write("<link href=\"/images/qq.css\" rel=\"stylesheet\" type=\"text/css\" />");
document.write("<div class='QQbox' id='divQQbox' >");
document.write("<div id='kfpic'><img src='/images/float.gif' width='34' height='215' border='0' usemap='#Map44' /></div>");
document.writeln("<map name=\"Map44\" id=\"Map44\">");
document.writeln("<area shape=\"rect\" coords=\"3,5,32,42\" href=\"\/contact_weyyi\/\" alt=\"联系我们\" \/>");
document.writeln("<area shape=\"rect\" coords=\"4,46,35,83\" href=\"http:\/\/wpa.qq.com\/msgrd?V=1&amp;Uin=6107322&amp;Site=惟意网络[客服]WeYYi.CoM&amp;Menu=yes\" target=\"_blank\" alt=\"在线客服\" \/>");
document.writeln("<area shape=\"rect\" coords=\"3,87,32,127\" href=\"http:\/\/wpa.qq.com\/msgrd?V=1&amp;Uin=5005952&amp;Site=惟意网络[技术]WeYYi.CoM&amp;Menu=yes\" target=\"_blank\" alt=\"技术支持\" \/>");
document.writeln("<area shape=\"rect\" coords=\"4,129,36,166\" href=\"mailto:service@weyyi.com\" alt=\"点击发邮件给我们\" target=\"_blank\"\/>");
document.writeln("<area shape=\"rect\" coords=\"7,186,29,208\" href=\"#\" alt=\"返回顶部\" \/>");
document.writeln("<\/map>")
document.write("</div>");

//<![CDATA[

var tips; var theTop = 170/*这是默认高度,越大越往下*/; 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;

}

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 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){ //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";

}
