﻿// JScript 文件

var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute;z-index:3>');
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0" id="qqtab">');
document.write('    <tr>');
document.write('      <td width="110" ><img style="cursor:pointer" title="关闭" src="../images/qq/top.gif" border="0" onclick="if(document.all.qqtab.style.display==\'none\'){document.all.qqtab.style.display=\'\'} else {document.all.qqtab.style.display=\'none\'}"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="../images/qq/middle.gif">');
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.write('  <tr>');
//第一个qq
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<img src="../images/qq/qqonline.gif" border="0" hspace="3">');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="tencent://message/?uin=40799788&Site=bossed.com.cn&Menu=yes"><font style="font-size:12px;TEXT-DECORATION:none;color:#000000;">在线销售</font></a><br>');
document.write('    </td>');

document.write('  </tr>');
document.write('  <tr>');
//第二个qq
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<img src="../images/qq/qqonline.gif" border="0" hspace="3">');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="tencent://message/?uin=1290625689&Site=bossed.com.cn&Menu=yes"><font style="font-size:12px;TEXT-DECORATION:none;color:#000000;">在线加盟一</font></a><br>');
document.write('    </td>');

document.write('  </tr>');
document.write('  <tr>');
//第三个qq
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<img src="../images/qq/qqonline.gif" border="0" hspace="3">');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="tencent://message/?uin=1412496963&Site=bossed.com.cn&Menu=yes"><font style="font-size:12px;TEXT-DECORATION:none;color:#000000;">在线加盟二</font></a><br>');
document.write('    </td>');

document.write('  </tr>');
document.write('  <tr>');
//第四个qq
document.write('    <td width="25" height="29" valign="middle" align="center">');
document.write('<img src="../images/qq/qqonline.gif" border="0" hspace="3">');
document.write('    </td>');
document.write('    <td width="65" height="29" valign="middle" align="left">');
document.write('<a href="tencent://message/?uin=178072460&Site=bossed.com.cn&Menu=yes"><font style="font-size:12px;TEXT-DECORATION:none;color:#000000;">在线服务</font></a><br>');
document.write('    </td>');

document.write('  </tr>');
document.write('</table>');
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td width="110"><img src="../images/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-200)+"px";
  divStayTopLeft.style.left=(posXqq+screen.width-131)+"px";
  setTimeout("scrollqq()",500);
    }
      scrollqq();

