﻿if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.write('<div id="xiao"  style="CURSOR: pointer;display : none;">');
document.write('<img src="qq/xiao.gif" border="0"  onmouseover="OnQQOver();"/>');
document.write('</div>')
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0"  id="qqtab">' );
document.write('    <tr>');
document.write('      <td width="110" onclick="OnQQOut();"><img src="qq/top.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="qq/middle.gif" height="50">');
document.write('<table border="0" width="90" cellSpacing="0" cellPadding="0">');
document.write('  <tr>');
document.write('    <td width="90" height="5" border="0" colspan="2"></td>');
document.write('  </tr>');
document.writeln('<tr>');
document.writeln('<td colspan="2" valign="middle" align="left" style="font-size:13px; font-weight:500;">在线客服</td>');
document.writeln('</tr>');
document.write('  <tr>');
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=892083346&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:892083346:45" alt="在线客服一" title="在线客服一"></a>');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="http://wpa.qq.com/msgrd?v=3&uin=892083346&site=qq&menu=yes" target="blank"><font style="font-size:12px;TEXT-DECORATION:none;color:#78439B;">在线客服一</font></a><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=1599954587&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:1599954587:45" alt="在线客服二" title="在线客服二"></a>');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="http://wpa.qq.com/msgrd?v=3&uin=1599954587&site=qq&menu=yes" target="blank"><font style="font-size:12px;TEXT-DECORATION:none;color:#78439B;">在线客服二</font></a><br>');
document.write('    </td>');
document.write('  </tr>');
document.writeln('<tr>');
document.write('  <tr>');
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=572187622&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:572187622:45" alt="在线客服三" title="在线客服三"></a>');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="http://wpa.qq.com/msgrd?v=3&uin=572187622&site=qq&menu=yes" target="blank"><font style="font-size:12px;TEXT-DECORATION:none;color:#78439B;">在线客服三</font></a><br>');
document.write('    </td>');
document.write('  </tr>');
document.writeln('<td colspan="2" valign="middle" align="left" style="font-size:13px; font-weight:500;">在线销售</td>');
document.writeln('</tr>');
document.write('  <tr>');
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=804551904&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:804551904:45" alt="在线销售一" title="在线销售一"></a>');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="http://wpa.qq.com/msgrd?v=3&uin=804551904&site=qq&menu=yes" target="blank"><font style="font-size:12px;TEXT-DECORATION:none;color:#78439B;">在线销售一</font></a><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=1150639762&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:1150639762:45" alt="在线销售二" title="在线销售二"></a>');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="http://wpa.qq.com/msgrd?v=3&uin=1150639762&site=qq&menu=yes" target="blank"><font style="font-size:12px;TEXT-DECORATION:none;color:#78439B;">在线销售二</font></a><br>');
document.write('    </td>');
document.write('  </tr>');
document.writeln('<tr>');
document.write('</table>');
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td width="110"><img src="qq/bottom.gif" border="0"></td>');
document.write('    </tr>');
document.write('</table>');
var verticalpos="frombottom"
if (!document.layers)
document.write('</div>')
function scrollqq()
{
  var posXqq,posYqq;
 if (window.innerHeight)
 {
  posXqq=window.pageXOffset;
  posYqq=window.pageYOffset;
   }
   else if (document.documentElement && document.documentElement.scrollTop)
      {
    posXqq=document.documentElement.scrollLeft;
    posYqq=document.documentElement.scrollTop;
    }
    else if (document.body)
      {
    posXqq=document.body.scrollLeft;
    posYqq=document.body.scrollTop;
      }
     var divStayTopLeft=document.getElementById("divStayTopLeft");
    divStayTopLeft.style.top=(posYqq+400-150)+"px";
  divStayTopLeft.style.left=(posXqq+5)+"px";
  setTimeout("scrollqq()",500);
    }
      scrollqq();



function OnQQOver(){

document.getElementById("qqtab").style.display = "block";

document.getElementById("xiao").style.display = "none";

}
function OnQQOut(){

document.getElementById("xiao").style.display = "";

document.getElementById("qqtab").style.display = "none";

}


function hideQQ(theEvent){ //theEvent用来传入事件，Firefox的方式

　 if (theEvent){

　 var browser=navigator.userAgent; //取得浏览器属性

　 if (browser.indexOf("Firefox")>0){ //如果是Firefox

　　 if (document.getElementById('qqtab').contains(theEvent.relatedTarget)) { //如果是子元素

　　 return; //结束函式

} 

} 

if (browser.indexOf("MSIE")>0){ //如果是IE

if (document.getElementById('qqtab').contains(event.toElement)) { //如果是子元素

return; //结束函式

}

}

}

/*要执行的操作*/

document.getElementById("qqtab").style.display = "";

document.getElementById("xiao").style.display = "none";

}

