
function close_float_leftaa(){
	leftaa.style.visibility='hidden';
}


document.write('<div id="leftaa" style="position:absolute;visibility:; left:1px; top:100px"><table width="103" border="0" cellpadding="4" cellspacing="1" bgcolor="#39A1D0"><tr><td width="96" bgcolor="#EAF9FD"><table width="103" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tr><td height="25" bgcolor="#E2F7FC"  align="center"><b>在线QQ咨询</b>|<a title="关闭窗口" href="javascript:close_float_leftaa();void(0);"><font color="#FF0000">×</font></a></td></tr><tr><td height="25" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">')

document.write('')


document.write("<tr><td height=23><img src=http://wpa.qq.com/pa?p=1:1119643118:17 height=17 border=0 align=middle>&nbsp;&nbsp;<a class='qqa' target=blank href='tencent://message/?uin=1119643118&Site=http://enkj.com&Menu=yes' title='在线即时交谈[销售部|QQ:1119643118]'><font color=#000000>客服咨询</font></a></td></tr>");

document.write('')

document.write("<tr><td height=23><img src=http://wpa.qq.com/pa?p=1:1119643118:17 height=17 border=0 align=middle>&nbsp;&nbsp;<a class='qqa' target=blank href='tencent://message/?uin=1119643118&Site=http://enkj.com&Menu=yes' title='在线即时交谈[销售部|QQ:1119643118]'><font color=#000000>客服咨询</font></a></td></tr>");

document.write('')

document.write("<tr><td height=23><img src=http://wpa.qq.com/pa?p=1:346494799:17 height=17 border=0 align=middle>&nbsp;&nbsp;<a class='qqa' target=blank href='tencent://message/?uin=346494799&Site=http://enkj.com&Menu=yes' title='在线即时交谈[销售部|QQ:346494799]'><font color=#000000>客服咨询</font></a></td></tr>");

document.write('')

document.write("<tr><td height=23><img src=http://wpa.qq.com/pa?p=1:346494799:17 height=17 border=0 align=middle>&nbsp;&nbsp;<a class='qqa' target=blank href='tencent://message/?uin=346494799&Site=http://enkj.com&Menu=yes' title='在线即时交谈[销售部|QQ:346494799]'><font color=#000000>客服咨询</font></a></td></tr>");

document.write('</td></tr></table></td></tr></table></td></tr></table></div>')

 
					function CheckUIElements()
					{
							var yMenu1Fromleft,yMenu1Fromright, yMenu1Toleft, yMenu1Toright, yOffset, timeoutNextCheck;
							var wndWidth = parseInt(document.body.clientWidth);

									yMenu1Fromleft   = parseInt (leftaa.style.top, 10);
									yMenu1Toleft    = document.body.scrollTop + 99;

							timeoutNextCheck = 500;

							if ( yMenu1Fromleft != yMenu1Toleft ) {
									yOffset = Math.ceil( Math.abs( yMenu1Toleft - yMenu1Fromleft ) / 20 );
									if ( yMenu1Toleft < yMenu1Fromleft )
											yOffset = -yOffset;

							leftaa.style.top = parseInt (leftaa.style.top, 10) + yOffset;
									timeoutNextCheck = 10;
							}

							setTimeout ("CheckUIElements()", timeoutNextCheck);
					}

					function MovePosition()
					{
							var wndWidth = parseInt(document.body.clientWidth);

									leftaa.style.top = document.body.scrollTop + 70;
									leftaa.style.visibility = "visible";
									CheckUIElements();
							return true;
					}


MovePosition();


