function openwin(what) { mywin = window.open(what,"", "height=510, width=600, scrollbars=auto, resizable=no, status=no, toolbar=no, location=no, menubar=no"); mywin.focus(); } function doPopLink(what) { window.opener.location.href=what; this.close(); } function setHref(what) { this.location.href=what; } function init(what) { //blockout '4.x' browsers if ((document.layers && !document.getElementById) || (document.all && !document.getElementById)) { this.location.href="browser"; } //focus on first empty form field if (document.forms.length>0) { for (i=0; i