var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.write('<table cellSpacing="0" cellPadding="0" width="155" border="0" id="qqtab">');
document.write('    <tr>');
document.write('      <td colspan="3" width="110" onclick="if(document.all.qqtab.style.display==\'none\'){document.all.qqtab.style.display=\'\'} else {document.all.qqtab.style.display=\'none\'}"><img src="../images/10.12副本_01.jpg" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td colspan="3" valign="middle" align="center" background="tlwang/qq/middle.gif">');

document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td  colspan="3" width="110"><img src="../images/10.12副本_02_01.jpg" border="0"></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td ><img src="../images/10.12副本_02_02_01.jpg" border="0"></td>');
document.write('<td width="41" background="../images/10.12副本_02_02_02.jpg" height="44" ><a target=blank href="http://wpa.qq.com/msgrd?Menu=no&Exe=QQ&Uin=1157713236"><img src="../images/QQonline.gif" border="0"></a></td>');
document.write('<td ><img src="../images/10.12副本_02_02_03.jpg" border="0"></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td colspan="3" width="110"><img src="../images/10.12副本_02_03.jpg" 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+450-200)+"px";
divStayTopLeft.style.left=(posXqq+screen.width-180)+"px";
setTimeout("scrollqq()",500);
    }
      scrollqq();


