document.writeln("
"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
<\/td>"); document.writeln("<\/tr>"); document.writeln("
"); document.writeln(""); document.writeln("
<\/td>"); document.writeln("
"); document.writeln(""); document.writeln(""); document.writeln("
\"点击这里给我发消息\"<\/a><\/td><\/tr>"); document.writeln("
客服1<\/a><\/td><\/tr>"); document.writeln("
\"点击这里给我发消息\"<\/a><\/td><\/tr>"); document.writeln("
客服2<\/a><\/td><\/tr>"); document.writeln("
\"点击这里给我发消息\"<\/a><\/td><\/tr>"); document.writeln("
客服3<\/a><\/td><\/tr>"); document.writeln("
\"点击这里给我发消息\"<\/a><\/td><\/tr>"); document.writeln("
客服4<\/a><\/td><\/tr>"); document.writeln("
\"点击这里给我发消息\"<\/a><\/td><\/tr>"); document.writeln("
客服5<\/a><\/td><\/tr>"); document.writeln("
\"点击这里给我发消息\"<\/a><\/td><\/tr>"); document.writeln("
客服6<\/a><\/td><\/tr>"); document.writeln("<\/table>"); document.writeln("<\/td>"); document.writeln("<\/td>"); document.writeln("<\/tr>"); document.writeln("<\/table><\/td>"); document.writeln("<\/tr>"); document.writeln("
 <\/td>"); document.writeln("<\/tr>"); document.writeln("<\/table>"); document.writeln("<\/div>") var MoveDiv = function(){}; MoveDiv.Move=function(id, e) { var o =document.getElementById(id); o.onselectstart = function() { return(false); }; e = e||window.event; var x=e.layerX||e.offsetX; var y=e.layerY||e.offsetY; document.onmousemove = function(e) { e=e||window.event; // 获得屏幕滚动位置 if (window.innerHeight) { postop = window.pageYOffset; } else if ( document.documentElement && document.documentElement.scrollTop) { postop = document.documentElement.scrollTop; } else if (document.body) { postop = document.body.scrollTop; } o.style.left = (e.clientX-x)+"px"; o.style.top = (e.clientY-y+postop)+"px"; }; document.onmouseup=function() { document.onmousemove=null; }; } function showsubmenu(sid) { whichEl = eval("document.getElementById('submenu" + sid + "')"); if (whichEl.style.display == "none") { eval("document.getElementById('submenu" + sid + "').style.display=\"\";"); } else { eval("document.getElementById('submenu" + sid + "').style.display=\"none\";"); } } // 随屏幕滚动 var tips; var theTop = document.getElementById('movedivid').offsetTop; var old = 300; var newpos = 0; var tops = 0; function initFloatTips() { tips = document.getElementById('movedivid'); moveTips(); } function moveTips() { var tt=10; if (window.innerHeight) { pos = window.pageYOffset; pos1 = window.pageYOffset; } else if ( document.documentElement && document.documentElement.scrollTop) { pos = document.documentElement.scrollTop; pos1 = document.documentElement.scrollTop; } else if (document.body) { pos = document.body.scrollTop; pos1 = document.body.scrollTop; } tips = document.getElementById('movedivid'); if (document.onmousemove == null) { 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; } newpos = pos1; old = pos; } else { theTop = tips.offsetTop - pos1; } setTimeout(moveTips,tt); } initFloatTips();