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="http://www.zipposky.com/images/qq_top.gif" border="0"></td>');
//document.write('      <td width="110"><img src="http://www.zipposky.com/images/qq_top.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="http://www.zipposky.com/images/qq_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="22" valign="middle" align="center">');
document.write('    <a target=blank href=tencent://message/?uin=1033830658&Site=在线咨询&Menu=yes><img border="0" height="16" SRC=http://wpa.qq.com/pa?p=1:1033830658:4 alt="在线咨询"></a>');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="center">');
document.write('    <a style="TEXT-DECORATION: none" target=blank href=tencent://message/?uin=1033830658&Site=在线咨询&Menu=yes title="在线咨询">在线咨询</a>');
document.write('    </td>');
document.write('  </tr>');

//no2
document.write('  <tr>');
document.write('    <td width="25" height="22" valign="middle" align="center">');
document.write('    <a target=blank href=tencent://message/?uin=1097483665&Site=在线咨询&Menu=yes><img border="0" height="16" SRC=http://wpa.qq.com/pa?p=1:1097483665:4 alt="在线咨询"></a>');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="center">');
document.write('    <a style="TEXT-DECORATION: none" target=blank href=tencent://message/?uin=1097483665&Site=在线咨询&Menu=yes title="在线咨询">在线咨询</a>');
document.write('    </td>');
document.write('  </tr>');

document.write('</table>');     
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="110" onclick="if(document.all.qqstab.style.display==\'none\'){document.all.qqstab.style.display=\'\'} else {document.all.qqstab.style.display=\'none\'}"><img src="http://www.zipposky.com/images/qq_bottom.gif" border="0"></td>');
//document.write('      <td width="110"><img src="http://www.zipposky.com/images/qq_bottom.gif" border="0"></td>');
document.write('    </tr>');
document.write('</table>');



var verticalpos="frombottom"
if (!document.layers)
document.write('</div>')
function JSFX_FloatTopDiv()
{
	var startX = 2;
	startY = 350;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	var d = document;
	function ml(id)
	{
		var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
		if(d.layers)el.style=el;
		el.sP=function(x,y){this.style.left=x;this.style.top=y;};
		el.x = startX;
		if (verticalpos=="fromtop")
		el.y = startY;
		else{
		el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		el.y -= startY;
		}
		return el;
	}
	window.stayTopLeft=function()
	{
		if (verticalpos=="fromtop"){
		var pY = ns ? pageYOffset : document.body.scrollTop;
		ftlObj.y += (pY + startY - ftlObj.y)/8;
		}
		else{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - startY - ftlObj.y)/8;
		}
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopLeft()", 10);
	}
	ftlObj = ml("divStayTopLeft");
	stayTopLeft();
}
JSFX_FloatTopDiv();