document.write(""); document.write(""); $('#bubble_content').html('当前我们有业务人员在线,随时恭候您的垂询……') var timer; var beforeClose=60*1000; var afterClose=20*60*1000; var cust_id='52travel'; var bubble_height=parseInt($("#bubble").css('height')); var t_height=0; function showBubble(){ var bubble_close=$.cookie(cust_id+'_bubble_'); if(bubble_close!=null){ setTimeout("bubbleUp()",afterClose); }else{ setTimeout("bubbleUp()",beforeClose); } } function closeBubble(){ bubbleDown(); if($.cookie(cust_id+'_bubble_')==null) $.cookie(cust_id+'_bubble_', '1', {expires: 7,path: '/',domain: '.51766.com'}); showBubble(); } function changeH(addH) { var MsgPop=$("#bubble"); var popT=parseInt(MsgPop.css('top')); if(addH>0){ if (t_height * @param {Object} jid 传入的对方jid */ function createBubbleChatRoom(jid,jname){ var url = "http://et.51766.com/schat/lyt/showchatroom.jsp"; url+="?jid="+jid; url+="&jname="+jname; url+="&fromurl="+escape(location.href); window.open(url,'','width=650,height=500,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no,status=no'); } //打开不在线et窗口 function openBubble(url){ window.open(url); }