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("PC_Right").style.top=parseInt(document.getElementById("PC_Right").style.top)+percent2+"px";
lastScrollY2=lastScrollY2+percent2; }
floatHTML='<DIV id="PC_Right" style="right:0px;POSITION:absolute;TOP:100px;z-index:6" onMouseOver="TalkLineTd.style.display=\'block\';menutd.style.display=\'none\';" onMouseOut="TalkLineTd.style.display=\'none\';menutd.style.display=\'block\';">'
floatHTML+='<table border="0" cellpadding="0" cellspacing="0"><tr><td width="21" height="105" align="center" valign="top" background="images/talk_02.gif" id="menutd"><img style="margin-top:7px;" src="images/button1_f1_font.gif" width="13" height="83"></td>'
floatHTML+='<td width="110" id="TalkLineTd" style="display:none;"><div><img src="images/menu_01.gif" height="46"></div>'
floatHTML+='<div align="center" style="background:url(images/menu_02.gif);width:105px;">'

floatHTML+='<div align="center"><img src="images/menu_1.gif" height="28"></div>'
floatHTML+='<a href="msnim:chat?contact=yexianwei@live.cn"><img src="images/msnline.gif" width="77" height="17" vspace="5" border="0" alt="业务咨询"></a>'
floatHTML+='<a href="msnim:chat?contact=jiaoyong0729@msn.cn"><img src="images/msnline.gif" width="77" height="17" vspace="5" border="0" alt="业务咨询"></a>'
floatHTML+='<a href="tencent://message/?uin=798658233&Site=飞墨印务&Menu=yes"><img src="images/qqline.gif" width="77" height="21" border="0" alt="业务咨询"></a>'
floatHTML+='<a href="tencent://message/?uin=287387819&Site=飞墨印务&Menu=yes"><img src="images/qqline.gif" width="77" height="21" border="0" alt="业务咨询"></a>'

floatHTML+='<div align="center"><img src="images/menu_2.gif" height="28"></div>'
floatHTML+='<a href="msnim:chat?contact=jiaojiao@hisou.net"><img src="images/msnline.gif" width="77" height="17" vspace="5" border="0" alt="技术咨询"></a>'
floatHTML+='<a href="tencent://message/?uin=936909482&Site=飞墨印务&Menu=yes"><img src="images/qqline.gif" width="77" height="21" border="0" alt="技术咨询"></a>'
floatHTML+='<a href="tencent://message/?uin=735102279&Site=飞墨印务&Menu=yes"><img src="images/qqline.gif" width="77" height="21" border="0" alt="技术咨询"></a>'

floatHTML+='<div align="center"><img src="images/menu_3.gif" height="28"></div>'
floatHTML+='<a href="msnim:chat?contact=ligj105@hotmail.com"><img src="images/msnline.gif" width="77" height="17" vspace="5" border="0" alt="客服咨询"></a>'
floatHTML+='<a href="tencent://message/?uin=852307727&Site=飞墨印务&Menu=yes"><img src="images/qqline.gif" width="77" height="21" border="0" alt="客服咨询"></a>'
floatHTML+='<a href="tencent://message/?uin=710034989&Site=飞墨印务&Menu=yes"><img src="images/qqline.gif" width="77" height="21" border="0" alt="客服咨询"></a>'
floatHTML+='</div><div><img src="images/menu_04.gif" height="10"></div><div><img src="images/hot_line.gif" width="105" height="90" vspace="5" /></div></td>'
floatHTML+='</tr></table></div>'
document.write(floatHTML)
window.setInterval("heartBeat2()",1);



