function notepadIs(){var a=navigator.userAgent.toLowerCase();this.ns=((a.indexOf("mozilla")!=-1)&&((a.indexOf("spoofer")==-1)&&(a.indexOf("compatible")==-1)));this.ie=(a.indexOf("msie")!=-1)}var is=new notepadIs();function openWindow(a,b,d,i,f,e,g,c){var h="";if(b==null){b="quokawindow"}if(d==null){d=150}if(i==null){i=100}if(f==null){f=0}if(e==null){e=0}if(g==null){g="no"}if(c==null){c="no"}if((f==0)&&(e==0)){if(navigator.appVersion.substring(0,1)>"3"){f=((screen.availHeight-i)/2);e=(screen.availWidth-d)/2}else{d+=20;i+=40;f=((600-i)/2)-20;e=(800-d)/2}}h=window.open(""+a+"",""+b+"","resizable="+c+",menubar=no,scrollbars="+g+",status=no,directories=no,width="+d+",height="+i+",top="+f+",left="+e);h.focus();return h}function isCookie(){document.cookie="true";if(document.cookie==""){return false}else{return true}}function trim(a){return ltrim(rtrim(a))}function SwitchNavigator(d,a){var f="NAV_HEAD_";if(a){f="NAV_HEAD_TOP_"}var b=document.getElementById("NAV_CONTENT_"+d);var e=document.getElementById(f+d);var c="";if(b){c=b.style.display;if(b.className=="NAV_CONTENT_CLOSED"){b.className="NAV_CONTENT_OPEN";e.className=f+"OPEN"}else{b.className="NAV_CONTENT_CLOSED";e.className=f+"CLOSED"}}return false};
