//QQ客服弹出对话框 document.write("
展开 收缩
") document.write("
") document.write("
") document.write("
") document.write("
    ") document.write("
  • ") document.write("

    QQ咨询

    ") document.write("
  • ") document.write("
  • 在线咨询
  • ") if(qq) { if(qq[0]==1&&qq.length > 1) { for(var i=1;i在线咨询 ") }}} document.write("
") if(tel&&tel!="") { document.write("
    ") document.write("
  • ") document.write("

    电话咨询

    ") document.write("
  • ") document.write("
  • "+ tel +"
  • ") document.write("
") } document.write("
") document.write("
") document.write("
") if(kf_getCookie(QQstate)) { if(parseInt(kf_getCookie(QQstate)) == 1) { $('#divFloatToolsView').hide(); $('#aFloatTools_Show').attr('style','display:block'); $('#aFloatTools_Hide').attr('style','display:none'); } } $("#QQbox").show() function kf_setCookie(name, value, exp, path, domain) { var expi = new Date(); expi.setTime(expi.getTime() + exp*24*60*60*1000); document.cookie= name +"=" +value + ";path="+ path; } function kf_getCookie(name) { var value = ""; var cookies = document.cookie.split(";"); var nv; var i; for(i = 0; i < cookies.length; i++) { nv = cookies[i].split("="); if(nv && nv.length >= 2 && name == kf_rTrim(kf_lTrim(nv[0]))) { value = unescape(nv[1]); } } return value; } function kf_rTrim(str) { var iLength = str.length; while (str.charAt(iLength - 1) == " ") { str = str.slice(0, iLength - 1); iLength--; } return str; } function kf_lTrim(str) { while (str.charAt(0) == " ") { str = str.slice(1); } return str; } $(document).ready(function(){ $("#QQbox").show() });