function setDebugMode(e){e==0?_g_bDEBUG_MODE=!1:_g_bDEBUG_MODE=!0}function debugMsg(e){_g_bDEBUG_MODE&&alert(e)}function exceptionMsg(e){alert(e)}function parseNavigatorType(){try{var e=window.navigator.userAgent;if(e.indexOf("Opera")>0){var t=e.indexOf("Opera")+6,n=e.substring(t);return VER_NUMBER=parseFloat(n),NAV_OPERA}if(e.indexOf("MSIE")>0){var t=e.indexOf("MSIE")+5,n=e.substring(t);return t=n.indexOf(";"),VER_NUMBER=n.substring(0,t),NAV_IE}if(e.indexOf("Nautilus/")>0){var t=e.indexOf("Nautilus/")+9,n=e.substring(t);return VER_NUMBER=parseFloat(n),NAV_NAUTILUS}if(e.indexOf("Netscape/")>0){var t=e.indexOf("Netscape/");return VER_NUMBER=window.navigator.vendorSub,NAV_NETSCAPE}if(e.indexOf("Firefox/")>0){var t=e.indexOf("Firefox/");return VER_NUMBER=window.navigator.vendorSub,NAV_FIREFOX}if(e.indexOf("Chrome/")>0){var t=e.indexOf("Chrome/");return VER_NUMBER=window.navigator.vendorSub,NAV_GOOGLE}if(e.indexOf("Safari/")>0){var t=e.indexOf("Safari/");return VER_NUMBER=window.navigator.vendorSub,NAV_SAFARI}if(e.indexOf("Mozilla")>=0&&e.indexOf("rv:")>0){var t=e.indexOf("rv:")+3,n=e.substring(t);return t=n.indexOf(")"),VER_NUMBER=n.substring(0,t),NAV_MAZILLA}}catch(r){}return NAV_UNKNOW}function getNavigatorType(){return nNavigatorType}function getNavigatorVersion(){return VER_NUMBER}function getNavigatorString(){var e=["IE","Oper","Netscape","Mozilla","Nautilus","Firefox","Chrome","Safari"];return e[getNavigatorType()]}function IsSupportedBrowser(){switch(nNavigatorType){case NAV_NETSCAPE:if(VER_NUMBER<7)return!1;break;case NAV_IE:if(VER_NUMBER<5.5)return!1;break;case NAV_MAZILLA:if(VER_NUMBER<"1.4")return!1;break;case NAV_OPERA:case NAV_NAUTILUS:case NAV_FIREFOX:default:return!1}return!0}function getBrowserLanguage(){var e=window.navigator.browserLanguage;return e||(e=window.navigator.language),e.toLowerCase()}function getBrowserInfo(){var e="";e+="Public information:",e+="appCodeName: "+window.navigator.appCodeName,e+="appName: "+window.navigator.appName,e+="cookieEnabled: "+window.navigator.cookieEnabled,e+="mimeTypes: "+window.navigator.mimeTypes,e+="platform: "+window.navigator.platform,e+="plugins: ";for(var t=0;t"+window.navigator.plugins[t].name;e+="userAgent: "+window.navigator.userAgent,e+="javaEnabled: "+window.navigator.javaEnabled(),e+="clientInformation: "+window.clientInformation;switch(nNavigatorType){case NAV_IE:e+="Information only in IE:",e+="browserLanguage: "+window.navigator.browserLanguage,e+="appMinorVersion: "+window.navigator.appMinorVersion,e+="cpuClass: "+window.navigator.cpuClass,e+="onLine: "+window.navigator.onLine,e+="systemLanguage: "+window.navigator.systemLanguage,e+="userLanguage: "+window.navigator.userLanguage,e+="userProfile: "+window.navigator.userProfile;break;case NAV_NETSCAPE:case NAV_MAZILLA:case NAV_OPERA:case NAV_NAUTILUS:case NAV_FIREFOX:default:e+="Information in this browser:",e+="language: "+window.navigator.language,e+="oscpu: "+window.navigator.oscpu,e+="product: "+window.navigator.product,e+="productSub: "+window.navigator.productSub,e+="vendor: "+window.navigator.vendor,e+="vendorSub: "+window.navigator.vendorSub}return""+e+"
"}function getVisibility(e){switch(nNavigatorType){case NAV_OPERA:case NAV_IE:case NAV_NETSCAPE:case NAV_MAZILLA:case NAV_NAUTILUS:case NAV_FIREFOX:return e==V_SHOW?"visible":"hidden";default:return"unknow"}}function getElement(e){return document.getElementById(e)}function getElementByID_Mul(e){return document.getElementById(e)}function getAutoID(){nAutoID++;var e="_hdxAutoID"+nAutoID;return e}function MyEvent(e){switch(nNavigatorType){case NAV_OPERA:case NAV_IE:return e==null&&(e=event),this.element=e.srcElement,this.clientX=e.clientX,this.clientY=e.clientY,this.screenX=e.screenX,this.screenY=e.screenY,this.type=e.type,this;case NAV_NETSCAPE0:case NAV_NETSCAPE6:case NAV_MAZILLA:case NAV_NAUTILUS:case NAV_FIREFOX:if(e==null)return null;return this.element=e.target,this.clientX=e.pageX,this.clientY=e.pageY,this.screenX=e.screenX,this.screenY=e.screenY,this.type=e.type,alert(this.element.innerHTML),this;default:return elert("def"),null}}function addEvent(e,t,n){return getNavigatorType()==NAV_IE?e.setAttribute(t,new Function(n)):e.setAttribute(t,n),!0}function getBrowserType(){var e=window.navigator.userAgent;-1!=e.indexOf("MSIE")?g_NavType=NAVTYPE_IE:-1!=e.indexOf("Firefox")?g_NavType=NAVTYPE_FIREFOX:-1!=e.indexOf("Netscape")?g_NavType=NAVTYPE_NESCAPE:-1!=e.indexOf("Mozilla")?g_NavType=NAVTYPE_MOZILLA:-1!=e.indexOf("Opera")?g_NavType=NAVTYPE_OPERA:g_NavType=NAVTYPE_OTHER}var _g_bDEBUG_MODE=!0,NAV_IE=0,NAV_OPERA=1,NAV_NETSCAPE=2,NAV_MAZILLA=3,NAV_NAUTILUS=4,NAV_FIREFOX=5,NAV_GOOGLE=6,NAV_SAFARI=7,V_SHOW=1,V_HIDE=0,nNavigatorType,VER_NUMBER=1;nNavigatorType=parseNavigatorType();var nAutoID=0,g_LeftMenuStatus,g_ControlLeftMenuArea,g_MenuArea,g_ContentArea,g_ControlLeftMenuImg,g_CutItems=new Array,NAVTYPE_IE=0,NAVTYPE_FIREFOX=1,NAVTYPE_NESCAPE=2,NAVTYPE_MOZILLA=3,NAVTYPE_OPERA=4,NAVTYPE_OTHER=5,g_NavType