document.write("
"); //initFloatTips();function OnlineOver(){document.getElementById("divMenu").style.display = "block";document.getElementById("divOnline").style.display = "none";document.getElementById("divQQbox").style.width = "145px";}function OnlineOut(){document.getElementById("divMenu").style.display = "none";document.getElementById("divOnline").style.display = "block";}function hideMsgBox(theEvent){ //theEvent用來傳入事件,Firefox的方式 if (theEvent){ var browser=navigator.userAgent; //取得(dé)瀏覽器屬性 if (browser.indexOf("MSIE")>0){ //如果是IE if (document.getElementById('divOnline').contains(event.toElement)) { //如果是子元素(sù) return; //結束函式 } } if(browser.indexOf("MSIE")<=0){ //如果(guǒ)是Firefox if (document.getElementById('divOnline').contains(theEvent.relatedTarget)) { //如果是子元素 return; //結束函(hán)式 } }}/*要執(zhí)行的操(cāo)作*/document.getElementById("divMenu").style.display = "none";document.getElementById("divOnline").style.display = "block";}