﻿lastScrollY = 0;
function heartBeat() {
    var diffY;
    if (document.documentElement && document.documentElement.scrollTop)
        diffY = document.documentElement.scrollTop;
    else if (document.body)
        diffY = document.body.scrollTop
    else
    { /*Netscape stuff*/ }

    percent = .1 * (diffY - lastScrollY);
    if (percent > 0) percent = Math.ceil(percent);
    else percent = Math.floor(percent);
    document.getElementById("lovexin12").style.top = parseInt(document.getElementById("lovexin12").style.top) + percent + "px";

    lastScrollY = lastScrollY + percent;
}
suspendcode12 = "<DIV id=\"lovexin12\" style='right:10px;POSITION:absolute;TOP:330px;z-index:100'>";
var  recontent='<table width="118" border="0" cellspacing="0" cellpadding="0" style="font-size:12px; padding:0px;">'+
  '<tr>'+
    '<td  class="QQtop" onclick="far_close()">艾法在线客服</td>'+
  '</tr>'+
  '<tr>'+
    '<td  class="QQjian">'+
	  '<table width="104" border="0" cellspacing="0" cellpadding="0" id="qqcontent" style="margin:auto;">'+
'<tr>'+
    '<td align="center" style="font-size:12px;font-weight :bold ; "></td>'+
  '</tr>'+  
   
  '<tr>'+
    '培训咨询一<td align="center"><a href="http://wpa.qq.com/msgrd?V=1&Uin=1438242615&Site=QQ服务&Menu=yes" target="blank"><img SRC="http://wpa.qq.com/pa?p=1:1438242615:1" alt="QQ服务" border="0"></a></td>'+
  '</tr>'+  
  '<tr>'+
    '<td align="center">培训咨询二<a href="http://wpa.qq.com/msgrd?V=1&Uin=2607470955&Site=QQ服务&Menu=yes" target="blank"><img SRC="http://wpa.qq.com/pa?p=1:2607470955:1" alt="QQ服务" border="0"></a></td>'+
  '</tr>'+ 
  '<tr>'+
    '<td align="center">留法咨询<a href="http://wpa.qq.com/msgrd?V=1&Uin=2567667424&Site=QQ服务&Menu=yes" target="blank"><img SRC="http://wpa.qq.com/pa?p=1:2567667424:1" alt="QQ服务" border="0"></a></td>'+
  '</tr>'+

'</table>'+	
	'</td>'+
  '</tr>'+
  '<tr>'+
    '<td><img src="images/QQbtm.gif" border=0 ></td>'+
  '</tr>'+
'</table>';
document.write(suspendcode12);
document.write(recontent);
document.write("</div>");
document.write("<style>.QQtop{background:url(images/QQtop.gif) no-repeat;  height:35px;  line-height:25px;  vertical-align:top; cursor:pointer;text-align:center;}.QQjian{background:url(images/QQJian.gif) repeat-y; text-align:center;padding-top:3px;}.QQbt{background:url(images/QQbt.gif) no-repeat; height:17px; text-align:center; font-size:12px;line-height:19px;}#qqcontent td{padding-top:1px; padding-bottom:2px;}</style>");
window.setInterval("heartBeat()", 1);

function far_close() {
    document.getElementById("lovexin12").innerHTML = "";
}

function setfrme() {
    var tr = document.getElementById("lovexin12");
    var twidth = tr.clientWidth;
    var theight = tr.clientHeight;
    var fr = document.getElementById("frame55la");
    fr.width = twidth - 1;
    fr.height = theight - 30;
}


