
<!--
function scrollImg(){ 
    var posX,posY; 
    if (window.innerHeight) { 
        posX = window.pageXOffset; 
        posY = window.pageYOffset; 
    } 
    else if (document.documentElement && document.documentElement.scrollTop) { 
        posX = document.documentElement.scrollLeft; 
        posY = document.documentElement.scrollTop; 
    } 
    else if (document.body) { 
        posX = document.body.scrollLeft; 
        posY = document.body.scrollTop; 
    } 
    var ad=document.getElementById("online"); 
    ad.style.top=(posY+380)+"px"; 
    ad.style.left=(posX+window.screen.width-130)+"px"; 
    setTimeout("scrollImg()",100); 
} 

//-->
document.write('<DIV id=online style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; Z-INDEX: 1; RIGHT: 2px; BORDER-LEFT: #000000 1px; WIDTH: 80px; BORDER-BOTTOM: #000000 1px; POSITION: absolute; TOP: 29px; HEIGHT: 191px">');
document.write('<layer id="divStayTopLeft">');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=110 border=0>');
document.write('<TBODY>');
document.write('<TR>');
document.write('<TD background=/ToYs.files/kefu_up.gif height=35>&nbsp;</TD></TR>');
document.write('<TR>');
document.write('<TD vAlign=top align=left background=/ToYs.files/kefu_middle.gif ');
document.write('height=100><TABLE cellSpacing=0 cellPadding=0 width=100 align=center ');
document.write('border=0>');
document.write('<TBODY>');
document.write('<TR>');
document.write('<TD align=middle><IMG height=14 src="/ToYs.files/59-4.jpg" width=14 align=absMiddle></TD>');
document.write('<TD align=left>业务咨询</TD></TR>');
document.write('<TR>');
document.write('<TD align=middle height=35 colspan=2><a class=c target=blank href="http://wpa.qq.com/msgrd?V=10&uin=632702704&Site=因思科技&Menu=yes"><img border="0" SRC=http://wpa.qq.com/pa?p=3:632702704:3 alt="点击这里给我发消息"></a></TD></TR>');
document.write('<TR>');
document.write('<TD align=middle><IMG height=14 src="/ToYs.files/59-4.jpg" width=14 align=absMiddle></TD>');
document.write('<TD align=left>在线客服</TD></TR>');
document.write('<TR>');
document.write('<TD align=middle height=41 colspan=2><a class=c target=blank href="http://wpa.qq.com/msgrd?V=10&uin=616182701&Site=因思科技&Menu=yes"><img border="0" SRC=http://wpa.qq.com/pa?p=3:616182701:3 alt="点击这里给我发消息"></a></TD></TR>');
document.write('</TBODY></TABLE></TD></TR>');
document.write('<TR>');
document.write('<TD><IMG height=31 src="/ToYs.files/kefu.gif" ');
document.write('width=110 style="cursor:hand;" onClick="_closeWindow();"></TD></TR></TBODY></TABLE>');
document.write('</DIV>');
document.write('</layer>');
document.write('</div>');
		scrollImg(); 
function _closeWindow(){
    online.style.display = "none";
    online.innHTML = "";
    online.style.display = "none";
    //_displaySelect();
}