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\'}"><img src="qqkf/top1.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="qqkf/middle1.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>');

//*****************************************
//**************开始添加客户QQ************
//*****第1个QQ
    document.write('<tr><td>&nbsp;&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<font  style="font-weight:bolder; color:#0066FF">装饰咨询1</font</td></tr>'); 
//*****第1个QQ
    document.write('<tr><td>&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<a target=blank href=tencent://message/?uin=390522189&Site=网站名称&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:390522189:6 alt="给我发消息"></a></td></tr>'); 
	
//*****第2个QQ
    document.write('<tr><td>&nbsp;&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<font  style="font-weight:bolder; color:#0066FF">装饰咨询2</font</td></tr>'); 
	
//*****第2个QQ
	 document.write('<tr><td>&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<a target=blank href=tencent://message/?uin=804758237&Site=网站名称&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:804758237:6 alt="点击这里给我发消息"></a></td></tr>'); 
//*****第3个QQ
    document.write('<tr><td>&nbsp;&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<font  style="font-weight:bolder; color:#0066FF">厂商合作</font</td></tr>'); 
	
//*****第3个QQ
	 document.write('<tr><td>&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<a target=blank href=tencent://message/?uin=390522189&Site=网站名称&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:390522189:6 alt="给我发消息"></a></td></tr>'); 
//*****第4个QQ
    document.write('<tr><td>&nbsp;&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<font  style="font-weight:bolder; color:#0066FF">售后客服</font</td></tr>'); 
	
//*****第4个QQ
	 document.write('<tr><td>&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<a target=blank href=tencent://message/?uin=804758237&Site=网站名称&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:804758237:6 alt="点击这里给我发消息"></a></td></tr>');


//*****第5个msn
	 document.write('<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td  width="68" height="27" align="center">');
    document.write('<img src="../images/11.gif"><a href="msnim:chat?contact=stone_shi1@hotmail.com">stone_shi1</a></td></tr>');
	
//*****

//***
//**************QQ添加结束***********************
//************************************************



document.write('</table>');
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td width="110"><img src="qqkf/bottom1.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+600-400)+"px";
    divStayTopLeft.style.left=(posXqq+screen.width-400)+"px";
  setTimeout("scrollqq()",200);
    }
      scrollqq();
