﻿var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.write('<table cellSpacing="0" cellPadding="0" width="150" border="0" id="qqtab">');
document.write('    <tr>');
document.write('      <td width="200" onclick="if(document.all.qqtab.style.display==\'none\'){document.all.qqtab.style.display=\'\'} else {document.all.qqtab.style.display=\'none\'}"><img src="http://www.yeskey.com.cn/images/js/top.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="http://www.yeskey.com.cn/images/js/middle.gif">');
document.write('<table border="0" width="141" cellSpacing="0" cellPadding="0" align="center">');
document.write('  <tr>');
document.write('    <td width="141" height="5" border="0" colspan="2"></td>');
document.write('  </tr>');
document.write('  <tr>');
if (online[0]==0)
  {
    document.write('<td width="100%" align="left">');
    document.write('直接销售部QQ:<div align="center"><a target=blank href=http://wpa.qq.com/msgrd?V=1&amp;Uin=1220369945&amp;Site=&amp;Menu=yes><img SRC=http://wpa.qq.com/pa?p=10:1220369945:10 border=0 ></a></div>');
    document.write('    </td>');
  }
  else
   {
    document.write('<td width="100%" align="left">');
    document.write('直接销售部QQ:<div align="center"><a target=blank href=http://wpa.qq.com/msgrd?V=1&amp;Uin=1220369945&amp;Site=&amp;Menu=yes><img SRC=http://wpa.qq.com/pa?p=10:1220369945:10 border=0 ></a></div>');
    document.write('    </td>');
  }
document.write('  </tr>');
document.write('</table>');
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td width="90"><img src="http://www.yeskey.com.cn/images/js/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();
