<!--hide script from older browsers
	//called when page loads, this function receives the name of a form and a form field where the cursor is then placed.
	function setInitialFocus(formName,formField){
		window.focus();
		eval("window.document.forms['" + formName + "']." + formField + ".focus();");
	}
//-->
