function VoidTrue() { return true; } function VoidFalse() { return false; } window.onerror = VoidTrue; if (self.parent.frames.length != 0) self.parent.location=document.location; isNS = (navigator.appName == "Netscape"); isIE4 = (navigator.appName == "Microsoft Internet Explorer") && parseInt(navigator.appVersion) >= 4; ver4 = parseInt(navigator.appVersion) >= 4; ok = document.images != null; function Refresh() { window.location.reload() } wind = null; function note(u) { if (typeof u != 'undefined' && u != '') { if (wind == null || wind.closed) wind = window.open('/note.asp?'+u,'wind','menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=500,height=400'); else wind.focus(); } return false; }