document.writeln(""); 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 = "145px"; } 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"; }