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

