suspendcode="<DIV id=lovexin2 style='Z-INDEX: 10; LEFT: 780px; POSITION: absolute; TOP: 105px; width: 102; height: 352px;'><img src='/scet/images/webcall.gif'  border='0'  usemap='#Map2'></DIV>";
suspendcode = suspendcode + "<map name='Map2'><area shape='rect' coords='85,1,104,16' href='#' onClick='javascript:window.hide()'><area shape='rect' coords='3,16,101,351' href='#' onClick='javascript:window.gowebcall()'>";

document.write(suspendcode);



lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.3*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);

document.all.lovexin2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide()  
{   

lovexin2.style.visibility="hidden";
}
window.setInterval("heartBeat()",1);

function gowebcall()
{
	window.open("http://ics.shandongair.com.cn/WebAPIClient72/Chat72/HtmlChatFrameSet.jsp", "clientweb", "height=435, width=458,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no"); 
}