// JavaScript Documentfunction submitForm() {		document.theForm.submit();	}	