锘縱ar Telephone=""; document.write(""); // initFloatTips(); function OnlineOver(){ document.getElementById("divMenu").style.display = "none"; document.getElementById("divOnline").style.display = "block"; document.getElementById("divQQbox").style.width = "120px"; } function OnlineOut(){ document.getElementById("divMenu").style.display = "block"; document.getElementById("divOnline").style.display = "none"; } if(typeof(HTMLElement)!="undefined") //缁檉irefox瀹氫箟contains()鏂规硶锛宨e涓嬩笉璧蜂綔鐢 { HTMLElement.prototype.contains=function(obj) { while(obj!=null&&typeof(obj.tagName)!="undefind"){ //閫氳繃寰幆瀵规瘮鏉ュ垽鏂槸涓嶆槸obj鐨勭埗鍏冪礌 銆€銆€銆€銆€if(obj==this) return true; 銆€銆€銆€銆€obj=obj.parentNode; 銆€銆€} return false; }; } 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"; } function closeMsgBox() { var obj = document.getElementById("divQQbox"); obj.style.display = "none"; obj.innerHTML = ""; }