document.write("
"); document.write("
"); document.write("
\"1\"
"); document.write("
"); document.write(""); document.write("
"); document.write("
"); document.write("
"); document.write("
"); // initFloatTips(); function OnlineOver(){ document.getElementById("divMenu").style.display = "none"; //document.getElementById("divOnline").style.display = "block"; document.getElementById("divQQbox").style.width = "118px"; } function OnlineOut(){ document.getElementById("divMenu").style.display = "block"; //document.getElementById("divOnline").style.display = "none"; } function hideMsgBox(theEvent){ //theEvent鐢ㄦ潵浼犲叆浜嬩欢锛孎irefox鐨勬柟寮 銆€ if (theEvent){ 銆€ var browser=navigator.userAgent; //鍙栧緱娴忚鍣ㄥ睘鎬 銆€ if (browser.indexOf("Firefox")>0){ //濡傛灉鏄疐irefox 銆€銆€ if (document.getElementById('divOnline').contains(theEvent.relatedTarget)) { //濡傛灉鏄瓙鍏冪礌 銆€銆€ return; //缁撴潫鍑藉紡 } } if (browser.indexOf("MSIE")>0){ //濡傛灉鏄疘E if (document.getElementById('divOnline').contains(event.toElement)) { //濡傛灉鏄瓙鍏冪礌 return; //缁撴潫鍑藉紡 } } } /*瑕佹墽琛岀殑鎿嶄綔*/ document.getElementById("divMenu").style.display = "block"; //document.getElementById("divOnline").style.display = "none"; }