﻿document.write("<div class='QQbox' style='z-index:101' id='divQQbox' >");

document.write("<div class='Qlist' id='divOnline' onmouseout='hideMsgBox();' style='display : none;'>");

document.write("<div class='t'></div>");

document.write("<div class='con' onmouseover='OnlineOver();'>");

document.write("<h2>在线客服</h2>");
document.write("<table   border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr><td colspan=\"2\">&nbsp;</td></tr>");

document.write("<tr><td align=\"right\"><a href='http://wpa.qq.com/msgrd?V=1&Uin=2621198379&Site=美伊娜多（中国）官方网站欢迎您&Menu=yes' target='_blank'><img src='http://wpa.qq.com/pa?p=2:2621198379:45'  border='0' alt='点我咨询' /></a></td><td>&nbsp;<a href='http://wpa.qq.com/msgrd?V=1&Uin=2621198379&Site=美伊娜多（中国）官方网站欢迎您&Menu=yes' target='_blank'>商城客服1</a><td></tr>");
document.write("<tr><td align=\"right\"><a href='http://wpa.qq.com/msgrd?V=1&Uin=1916397333&Site=美伊娜多（中国）官方网站欢迎您&Menu=yes' target='_blank'><img src='http://wpa.qq.com/pa?p=2:1916397333:45'  border='0' alt='点我咨询' /></a></td><td>&nbsp;<a href='http://wpa.qq.com/msgrd?V=1&Uin=1916397333&Site=美伊娜多（中国）官方网站欢迎您&Menu=yes' target='_blank'>商城客服2</a><td></tr>");
document.write("<tr><td align=\"right\"><a href='http://wpa.qq.com/msgrd?V=1&Uin=2581920719&Site=美伊娜多（中国）官方网站欢迎您&Menu=yes' target='_blank'><img src='http://wpa.qq.com/pa?p=2:2581920719:45'  border='0' alt='点我咨询' /></a></td><td>&nbsp;<a href='http://wpa.qq.com/msgrd?V=1&Uin=2581920719&Site=美伊娜多（中国）官方网站欢迎您&Menu=yes' target='_blank'>商城客服3</a><td></tr>");
document.write("<tr><td align=\"right\"><a href='http://wpa.qq.com/msgrd?V=1&Uin=1920446002&Site=美伊娜多（中国）官方网站欢迎您&Menu=yes' target='_blank'><img src='http://wpa.qq.com/pa?p=2:1920446002:45'  border='0' alt='点我咨询' /></a></td><td>&nbsp;<a href='http://wpa.qq.com/msgrd?V=1&Uin=1920446002&Site=美伊娜多（中国）官方网站欢迎您&Menu=yes' target='_blank'>商城客服4</a><td></tr>");

document.write("<tr><td colspan=\"2\">客服时间:周一至周五9:00~17:30</td></tr>");
document.write("<tr><td colspan=\"2\">&nbsp;</td></tr>");
document.write("</table>");
document.write("</div>");

document.write("<div class='b'></div>");

document.write("</div>");

document.write("<div id='divMenu' onmouseover='OnlineOver();'><img src='/images/qq_1.png' class='press' alt='QQ客服热线'></div>");

document.write("</div>");

//<![CDATA[
var tips;
var theTop = 40
/*这是默认高度,越大越往下*/
;
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用来传入事件，Firefox的方式

    /*要执行的操作*/

    document.getElementById("divMenu").style.display = "block";

    document.getElementById("divOnline").style.display = "none";

}
