// submitSearch - used on the home page to submit the form.
	function submitForm() {
		document.form1.submit();
	}
