﻿// JavaScript Document
lastScrollY2=0;
function heartBeat2(){ 
var diffY2;
if (document.documentElement && document.documentElement.scrollTop)
diffY2 = document.documentElement.scrollTop;
else if (document.body)
diffY2 = document.body.scrollTop
else
{/*Netscape stuff*/}
percent2=.1*(diffY2-lastScrollY2); 
if(percent2>0)percent2=Math.ceil(percent2); 
else percent2=Math.floor(percent2); 
document.getElementById("ask_Me").style.top=parseInt(document.getElementById("ask_Me").style.top)+percent2+"px";
lastScrollY2=lastScrollY2+percent2; }
suspendcode2='<DIV id="ask_Me" style="left:5px;POSITION:absolute;TOP:200px;Z-INDEX:440;"><TABLE cellSpacing=0 cellPadding=0 width=109 border=0><TBODY><TR><TD colSpan=3><A href="javascript:closeQQ();" shape=circle coords=91,16,12><IMG  src="http://www.telcool.com/images/Top_jst.gif" width=116 useMap=#Map border=0></A></TD></TR><TR ><TD colspan="3" background="http://www.telcool.com/images/middle_jst.gif"><div id="online_center"><ul><li><a href="http://www.telcool.com/13510222344" target=_blank; ><img border="0" SRC=/images/qq1_online.gif alt="点击这里电话咨询"></a></li><li><a href="http://www.telcool.com/10000" target=_blank; ><img border="0" SRC=/images/qq2_online.gif alt="点击这里电话咨询"></a></li></ul></div><div id="online_bottom"></div></TD></TR></TBODY></TABLE></TD></TR><TD colSpan=3><IMG  src="http://www.telcool.com/images/Bottom_jst.gif" width=116></TD></TR></TBODY></TABLE></div>'
document.write(suspendcode2);
window.setInterval("heartBeat2()",1);
function closeQQ()
{
	document.getElementById('ask_Me').style.display="none";
	
	}