function Browser(){var b=navigator.appName;if(b=="Netscape")this.b="ns";else if(navigator.userAgent.toLowerCase().indexOf("opera")>-1)this.b="opera";else if(b=="Microsoft Internet Explorer")this.b="ie";else this.b=b;this.version=navigator.appVersion;this.v=parseInt(this.version);this.vNo=parseFloat(navigator.appVersion);this.ns=(this.b=="ns" && this.v>=4);this.nsMinor406=(this.b=="ns" && this.vNo<=4.05);this.ns4=(this.b=="ns" && this.v==4);this.ns5=(this.b=="ns" && this.v==5);this.ie=(this.b=="ie" && this.v>=4);this.ie4=(this.version.indexOf('MSIE 4')>0);this.ie5=(this.version.indexOf('MSIE 5')>0);this.ie55=(this.version.indexOf('MSIE 5.5')>0);this.opera=(this.b=="opera");this.dom=((document.createRange&&(document.createRange().createContextualFragment)|| document.getElementById)?true:false);this.min=(this.ns||this.ie);var ua=navigator.userAgent.toLowerCase();if(ua.indexOf("win")>-1)this.platform="win32";else if(ua.indexOf("mac")>-1)this.platform="mac";else this.platform="other"}is=new Browser();if(is.opera){var module_footer="";document.write('<link rel="stylesheet" href="'+gnPath+'css/styles_opera.css">');document.write('<script type="text/javascript" src="'+gnPath+'js/global_opera.js">')}else if(is.ns4 &&!is.nsMinor406){document.write('<script type="text/javascript" src="'+gnPath+'js/global_ns.js"></script>');document.write('<link rel="stylesheet" href="'+gnPath+'css/styles_ns.css">')}else if(is.ie4){document.write('<script type="text/javascript" src="'+gnPath+'js/global_ie.js"></script>');document.write('<link rel="stylesheet" href="'+gnPath+'css/styles_ie.css">')}else if(is.ie5 || is.ie55){document.write('<script type="text/javascript" src="'+gnPath+'js/global_dom.js"></script>');document.write('<link rel="stylesheet" href="'+gnPath+'css/styles_dom.css">')}else if(is.dom){document.write('<script type="text/javascript" src="'+gnPath+'js/domutils.js"></script>');document.write('<script type="text/javascript" src="'+gnPath+'js/global_dom.js"></script>');document.write('<link rel="stylesheet" href="'+gnPath+'css/styles_dom.css">')}else{document.write('<script type="text/javascript" src="'+gnPath+'js/global_others.js"></script>')}function loadHandler(){if(document.layers || is.opera){origW=this.innerWidth;origH=this.innerHeight;if(is.opera)resizeHandler()}};onload=loadHandler;function resizeHandler(){if(this.innerWidth!=origW || this.innerHeight!=origH)location.reload();if(is.opera)setTimeout('resizeHandler()',500)};if(document.layers)onresize=resizeHandler;
