﻿

var mypath = '../';

function WriteQqStr()
{
	document.write('<DIV id=backi style="RIGHT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 130px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="72">');
	document.write('<tr><td><a href="javascript:close_float_left();void(0);" title="关闭本浮动条"><IMG src="'+mypath+'Images/01.gif" border=0></a></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=524410203&Site=在线客服&Menu=no" title="在线客服服务(24小时)" target=_blank><IMG src="'+mypath+'Images/00.gif" border=0></A></td></tr>');
document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=1653187203&Site=在线客服&Menu=no" title="在线客服服务(24小时)" target=_blank><IMG src="'+mypath+'Images/00.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=13308338960&Site=在线业务恰谈&Menu=no" title="在线业务恰谈" target=_blank><IMG src="'+mypath+'Images/02.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=82688112&Site=在线财务&Menu=no" title="在线财务" target=_blank><IMG src="'+mypath+'Images/03.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=13308338960&Site=鸿德在线&Menu=no" title="鸿德在线咨询服务" target=_blank><IMG src="'+mypath+'Images/05-1.gif" border=0></A></td></tr>');
	document.write('</table>');
	document.write('</DIV>');
}
function close_float_left(){backi.style.visibility='hidden';}

lastScrollY=0; 
function heartBeat(){
    diffY = document.documentElement.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.all.backi.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent; 
} 

if (!document.layers) {WriteQqStr();window.setInterval("heartBeat()",1); }

