var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.write('</script>');
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0" id="qqtab">');
document.write('    <tr width="110">');
document.write('      <td width="90"><img  src="images/qq_01.gif" border="0" 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>');
document.write('      <td width="110"><img src="images/qq_03.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="images/middle.gif">');    
document.write('<table border="0" width="80" cellSpacing="0" cellPadding="0">');
document.write('  <tr>');
document.write('    <td width="80" height="5" border="0" colspan="2"></td>');
document.write('  </tr>');
//no1
document.write('  <tr>');
document.write('    <td width="25" height="32" valign="middle" align="center">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&amp;Uin=874092675&amp;Site=HZCA&amp;Menu=yes" target=_blank title="客户服务咨询"><IMG alt=QQ src="http://wpa.qq.com/pa?p=1:874092675:4" align=absMiddle border=0></A>');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="left">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&amp;Uin=874092675&amp;Site=HZCA&amp;Menu=yes" target=_blank title="客户服务咨询">客户咨询</font></a>');
document.write('    </td>');
document.write('  </tr>');
//blank
document.write('  <tr>');
document.write('    <td width="80" height="5" border="0" colspan="2"></td>');
document.write('  </tr>');
//no2
document.write('  <tr>');
document.write('    <td width="25" height="32" valign="middle" align="center">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&amp;Uin=826141205&amp;Site=HZCA&amp;Menu=yes" target=_blank title="客户服务咨询"><IMG alt=QQ src="http://wpa.qq.com/pa?p=1:826141205:4" align=absMiddle border=0></A>');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="left">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&amp;Uin=826141205&amp;Site=HZCA&amp;Menu=yes" target=_blank title="客户服务咨询">客户咨询</font></a>');
document.write('    </td>');
document.write('  </tr>');
//no3
document.write('  <tr>');
document.write('    <td width="25" height="32" valign="middle" align="center">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&amp;Uin=937950931&amp;Site=HZCA&amp;Menu=yes" target=_blank title="客户咨询"><IMG alt=QQ src="http://wpa.qq.com/pa?p=1:937950931:4" align=absMiddle border=0></A>');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="left">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&amp;Uin=937950931&amp;Site=HZCA&amp;Menu=yes" target=_blank title="客户咨询">客户咨询</font></a>');
document.write('    </td>');
document.write('  </tr>');
//no3
document.write('  <tr>');
document.write('    <td width="25" height="22" valign="middle" align="center">');
document.write('');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="left">');
document.write('');
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="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+400-200)+"px";
divStayTopLeft.style.left=(posXqq+screen.width-131)+"px";
setTimeout("scrollqq()",500);
    }
      scrollqq();
