﻿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" style=\"background:url(JS/qq/top.gif) no-repeat;\"  align="right" ><div onclick="if(document.all.qqtab.style.display==\'none\'){document.all.qqtab.style.display=\'\'} else {document.all.qqtab.style.display=\'none\'}" style=\"width:25px; height:25px; cursor:pointer; \"></div></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" style=\"background:url(JS/qq/middle.gif) repeat-y;\" >');
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('    <td width="90" height="29" valign="middle" align="center" colspan="2">');
    document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=921091214&site=qq&menu=yes">');
     document.write('   <img border="0" src="http://wpa.qq.com/pa?p=2:921091214:41" alt="亿源销售业务" title="亿源销售业务"></a><br>');
    document.write('    </td>');
document.write(' </tr>');
document.write(' <tr>');
    document.write('    <td width="90" height="29" valign="middle" align="center" colspan="2">');
    document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=390273772&site=qq&menu=yes">');
     document.write('   <img border="0" src="http://wpa.qq.com/pa?p=2:390273772:41" alt="亿源技术经理" title="亿源技术经理"></a><br>');
    document.write('    </td>');
document.write(' </tr>');
document.write(' <tr>');
    document.write('    <td width="90" height="29" valign="middle" align="center" colspan="2">');
    document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=390272956&site=qq&menu=yes">');
     document.write('   <img border="0" src="http://wpa.qq.com/pa?p=2:390272956:41" alt="亿源售前技术" title="亿源售前技术"></a><br>');
    document.write('    </td>');
document.write(' </tr>');
document.write(' <tr>');
    document.write('    <td width="90" height="29" valign="middle" align="center" colspan="2">');
    document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=798984618&site=qq&menu=yes">');
     document.write('   <img border="0" src="http://wpa.qq.com/pa?p=2:798984618:41" alt="亿源售后服务" title="亿源售后服务"></a><br>');
    document.write('    </td>');
document.write(' </tr>');
document.write(' <tr>');
    document.write('    <td width="90" height="29" valign="middle" align="center" colspan="2">');
    document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=1985969923&site=qq&menu=yes">');
     document.write('   <img border="0" src="http://wpa.qq.com/pa?p=2:1985969923:41" alt="亿源硬件工程师" title="亿源硬件工程师"></a><br>');
    document.write('    </td>');
document.write(' </tr>');
document.write(' <tr>');
    document.write('    <td width="90" height="29" valign="middle" align="center" colspan="2">');
    document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=1127471304&site=qq&menu=yes">');
     document.write('   <img border="0" src="http://wpa.qq.com/pa?p=2:1127471304:41" alt="亿源软件工程师" title="亿源软件工程师"></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"><a href="http://www.eytech.com/" target="_blank"><img src="JS/qq/bottom.gif" border="0"></a></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-screen.width)+"px";
         setTimeout("scrollqq()",500);
    }
      scrollqq();

