﻿document.writeln("<div class=\'QQbox\' id=\'divQQbox\' >");
document.writeln("<div class=\'Qlist\' id=\'divOnline\' onmouseout=\'hideMsgBox(event);\' style=\'display : none;\'>");
document.writeln("<div class=\'t\'><\/div>");
document.writeln("<div class=\'con\'>");
document.writeln("<ul>");
document.writeln("<div class=\'infobox\'>销售咨询<\/div>");
document.writeln("<li><a href=\"tencent:\/\/message\/?uin=1265958528\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:1265958528:7\' alt=\"我是公司客服\"><\/a><\/li>");
document.writeln("<li><a href=\"tencent:\/\/message\/?uin=692055537\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:692055537:7\' alt=\"我是销售经理\"><\/a><\/li>");
document.writeln("<\/ul>");
document.writeln("<ul>");
document.writeln("<div class=\'infobox\'>项目咨询<\/div>");
document.writeln("<li><a href=\"tencent:\/\/message\/?uin=492991337\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:492991337:7\' alt=\"我是销售经理\"><\/a><\/li>");
document.writeln("<li><a href=\"tencent:\/\/message\/?uin=358916152\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:358916152:7\' alt=\"我是销售经理\"><\/a><\/li>");
document.writeln("<li><a href=\"tencent:\/\/message\/?uin=617071056\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:617071056:7\' alt=\"我是销售经理\"><\/a><\/li>");
document.writeln("<\/ul>");
document.writeln("<ul>");
document.writeln("<div class=\'infobox\'>技术咨询<\/div>");
document.writeln("<li><a href=\"tencent:\/\/message\/?uin=173126907\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:173126907:7\' alt=\"我是技术工程师\"><\/a><\/li>");
document.writeln("<li><a href=\"tencent:\/\/message\/?uin=406962663\"><img border=\"0\" SRC=\'http:\/\/wpa.qq.com\/pa?p=1:406962663:7\' alt=\"我是技术工程师\"><\/a><\/li>");
document.writeln("<\/ul>");
document.writeln("<\/div><div class=\'b\'><\/div><\/div>");
document.writeln("<div id=\'divMenu\' onmouseover=\'OnlineOver();\'><img src=\'\/kefu\/images\/serv.gif\' class=\'press\' alt=\'在线咨询\'><\/div>");
document.writeln("<\/div>")
/*----------分界线----------*/
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;
}
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;
}
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 = "100px";
}
function OnlineOut(){
document.getElementById("divMenu").style.display = "block";
document.getElementById("divOnline").style.display = "none";
}
if(typeof(HTMLElement)!="undefined")
{   
      HTMLElement.prototype.contains=function(obj)   
      {   
          while(obj!=null&&typeof(obj.tagName)!="undefind"){
   　　　　if(obj==this) return true;   
   　　　　obj=obj.parentNode;
   　　}   
          return false;   
      };   
}  
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";
}