// JavaScript Document
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('      <td width="110" 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="tlwang/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>');
if (online[0]==0)
{
    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=1482010409&site=qq&menu=yes"><img src="Images/002.jpg" border="0" hspace="3"></a>');
    document.write('    </td>');
    document.write('    <td width="65" height="29" valign="middle" align="left">');
    document.write('    </td>');
}
else
{
    document.write('    <td width="25" height="27" valign="middle" align="center">');
    document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=1482010409&site=qq&menu=yes"><img src="Images/001.jpg" border="0" hspace="3"></a>');
    document.write('    </td>');
    document.write('    <td width="65" height="27" valign="middle" align="left">');
    document.write('    </td>');
}
document.write(' </tr>');

document.write('</table>');
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td width="110"></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="100px";
divStayTopLeft.style.right="0px";
//setTimeout("scrollqq()",500);
    }
     scrollqq();

