<!--hide script from older browsers
	//called when page loads, this function receives the name of a form submits that form.
	function submitFormOnLoad(formName){
		window.document.forms[formName].submit();
	}
//-->

