function submitForm(form) {
	
	document.form1.submit(form);
}
