﻿/*
需要事先定义
service 客服名称
qq		QQ号码
phone	联系电话
qqimg	侧边栏图片
*/
document.writeln("<style type=\"text\/css\">");
document.writeln(".qqbox a:link{color:#000;text-decoration:none;}.qqbox a:visited{color:#000;text-decoration:none;}.qqbox a:hover{color:#f80000;text-decoration:underline;}.qqbox a:active{color:#f80000;text-decoration:underline;}.qqbox{width:132px;height:auto;overflow:hidden;position:absolute;right:0;top:100px;color:#000000;font-size:12px;letter-spacing:0px;}.qqlv{width:25px;height:256px;overflow:hidden;position:relative;float:right;z-index:50px;}.qqkf{width:120px;height:auto;overflow:hidden;right:0;top:0;z-index:99px;border:6px solid #138907;background:#fff;}.qqkfbt{width:118px;height:20px;overflow:hidden;background:#138907;line-height:20px;font-weight:bold;color:#fff;position:relative;border:1px solid #9CD052;cursor:pointer;text-align:center;}.qqkfhm{width:112px;height:22px;overflow:hidden;line-height:22px;padding-right:8px;position:relative;margin:3px 0;}.bgdh{width:102px;padding-left:10px;}");
document.writeln("<\/style>");
document.writeln("<div class=\"qqbox\" id=\"divQQbox\">");

document.writeln("    <div class=\"qqkfbt\" onclick=\"showandhide(\'qq-\',\'qqkfbt\',\'qqkfbt\',\'K\',5,1);\" id=\"qq-1\" onfocus=\"this.blur();\">客 服 中 心<\/div>");
document.writeln("    <div id=\"K1\">");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"tencent:\/\/message\/?uin="+qq+"\" title=\""+service+"\"><img src=\"http:\/\/wpa.qq.com\/pa?p=1:"+qq+":4\" border=\"0\">"+service+"<\/a><br\/><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"tencent:\/\/message\/?uin="+qq+"\" title=\""+service+"\"><img src=\"http:\/\/wpa.qq.com\/pa?p=1:"+qq+":4\" border=\"0\">"+service+"<\/a><br\/><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\">"+phone+"<\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><a href=\"../\" title=\"更多资料\">-更-多-资-料-<\/a><br\/><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"../jljs\" target=\"_blank\" title=\"教练技术全集\">1.教练技术全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../xlx\" target=\"_blank\" title=\"心理学大全集\">2.心理学大全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../jx\" target=\"_blank\" title=\"九型人格全集\">3.九型人格全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../zhs\" target=\"_blank\" title=\"翟鸿燊大全集\">4.翟鸿燊大全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../lym\" target=\"_blank\" title=\"刘一秒大全集\">5.刘一秒大全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../caz\" target=\"_blank\" title=\"陈安之大全集\">6.陈安之大全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../ysw\" target=\"_blank\" title=\"余世维大全集\">7.余世维大全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../dys\" target=\"_blank\" title=\"杜云生大全集\">8.杜云生大全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../lwx\" target=\"_blank\" title=\"林伟贤大全集\">9.林伟贤大全集<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../sdms\" target=\"_blank\" title=\"世界十大名师\">10.世界十大名师<\/a><br\/><\/div>");
document.writeln(" <div class=\"qqkfhm bgdh\"> <a href=\"../jcs\" target=\"_blank\" title=\"贾长松大全集\">11.贾长松大全集<\/a><br\/><\/div>");
document.writeln("<div class=\"qqkfhm bgdh\"> <a href=\"../jcs\" target=\"_blank\" title=\"李践老师全集\">12.李践老师全集<\/a><br\/><\/div>");
document.writeln("<div class=\"qqkfhm bgdh\"> <a href=\"../zsq\" target=\"_blank\" title=\"曾仕强大全集\">13.曾仕强大全集<\/a><br\/><\/div>");
document.writeln("<div class=\"qqkfhm bgdh\"> <a href=\"../sy\" target=\"_blank\" title=\"双语不用教全集\">14.双语不用教全集<\/a><br\/><\/div>");
document.writeln("    <\/div>");
document.writeln("  <\/div>");
document.writeln("<\/div>")

function showandhide(h_id,hon_class,hout_class,c_id,totalnumber,activeno){var h_id,hon_id,hout_id,c_id,totalnumber,activeno;for(var i=1;i<=totalnumber;i++){document.getElementById(c_id+i).style.display='none';document.getElementById(h_id+i).className=hout_class;}
document.getElementById(c_id+activeno).style.display='block';document.getElementById(h_id+activeno).className=hon_class;}
var tips;var theTop=100;var old=theTop;function initFloatTips()
{tips=document.getElementById('divQQbox');moveTips();}
function moveTips()
{var tt=50;if(window.innerHeight)
{pos=window.pageYOffset}else if(document.documentElement&&document.documentElement.scrollTop){pos=document.documentElement.scrollTop}else if(document.body){pos=document.body.scrollTop;}
pos=pos-tips.offsetTop+theTop;pos=tips.offsetTop+pos/10;if(pos<theTop){pos=theTop;}
if(pos!=old){tips.style.top=pos+"px";tt=10;}
old=pos;setTimeout(moveTips,tt);}
initFloatTips();if(typeof(HTMLElement)!="undefined")
{HTMLElement.prototype.contains=function(obj)
{while(obj!=null&&typeof(obj.tagName)!="undefind"){if(obj==this)return true;obj=obj.parentNode;}
return false;}}
function show()
{document.getElementById("meumid").style.display="none"
document.getElementById("contentid").style.display="block"}
function hideMsgBox(theEvent){if(theEvent){var browser=navigator.userAgent;if(browser.indexOf("Firefox")>0||browser.indexOf("Chrome")>0){if(document.getElementById("contentid").contains(theEvent.relatedTarget)){return}}
if(browser.indexOf("MSIE")>0||browser.indexOf("Presto")>=0){if(document.getElementById('contentid').contains(event.toElement)){return;}}}
document.getElementById("meumid").style.display="block";document.getElementById("contentid").style.display="none";}

