var next=null;function estart(){self.focus();setNext(eval(startElement));next.focus()}function setNext(oj,nextName){if(!!arguments[1]){next=oj.form.elements[nextName]}else{next=oj}}function focusToNext(e){if(getKEYCODE(e)==13){next.focus();return false}}function getKEYCODE(e){var ua=navigator.userAgent;if(ua.search("opera( |/)6")!=-1){return null}else{if(document.layers){return e.which}else{if(document.all){return event.keyCode}else{if(document.getElementById){return e.which}else{return null}}}}}function OpenWin(url,name,options){var win=window.open(url,name,options);win.focus();return false};