function changeServerNode() { //alert(this.FORM_ServerNode.ServerNode.options[this.FORM_ServerNode.ServerNode.selectedIndex].value); this.FORM_ServerNode.submit(); } function checkBrowser() { var agt=navigator.userAgent.toLowerCase() this.major = parseInt(navigator.appVersion) this.minor = parseFloat(navigator.appVersion) this.nav = ((agt.indexOf('mozilla')!=-1) && ((agt.indexOf('spoofer')==-1)&& (agt.indexOf('compatible') == -1))) this.nav4up = this.nav && (this.major >= 4) this.navonly = (this.nav && (agt.indexOf(";nav") != -1)) this.ie = (agt.indexOf("msie") != -1) this.ie4up = this.ie && (this.major >= 4) this.opera = (agt.indexOf("opera") != -1) this.opera6up = this.opera && (this.major >= 6) if (this.nav2 || this.ie3) this.js = 1.0 else if (this.nav3 || this.opera) this.js = 1.1 else if (this.nav4 || this.ie4) this.js = 1.2 else if ((this.nav && (this.minor > 4.05)) || (this.ie && (this.major > 4))) this.js = 1.2 else this.js = 0.0 } function renderFrames(urlHeader, urlContent) { var is = new checkBrowser(); if (is.ie4up || is.nav4up || is.opera6up) { var header_size_y = "64" document.writeln('
') document.writeln('