var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0" id="qqtab">');
document.write('    <tr>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="110" onclick="if(document.all.qqtab.style.display==\'none\'){document.all.qqtab.style.display=\'\'} else {document.all.qqtab.style.display=\'none\'}"><img src="js/qq/images/top.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="js/qq/images/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>');

document.write('<tr>');
document.write('    <td width="90" height="14" valign="middle" align="left"colspan="2">');
document.write('<font style="font-size:12px;color:red">售后服务热线:</font>');
document.write('    </td>');
document.write('</tr>');

document.write('    <td width="90" height="29" valign="middle" align="left"colspan="2">');
document.write(' <font style="font-size:12px;TEXT-DECORATION:none;color:red">0575-83273018</font></a><br>');
document.write('    </td>');

document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="100" height="29" valign="middle" align="center">');
document.write('<A title="如若长时间无回复请手动添加好友" href="http://wpa.qq.com/msgrd?V=1&amp;Uin=1104681116&amp;Site=ooooo&amp;Menu=yes" target="_blank"><img src="js/qq/images/icon.gif" border="0" hspace="3"></a>');
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="js/qq/images/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+300-200)+"px";
  divStayTopLeft.style.left=(posXqq+screen.width-131)+"px";
  setTimeout("scrollqq()",500);
    }
      scrollqq();
