// JavaScript Document

function submitForm1(){
	
	document.myForm1.submit();
	
}

function submitForm2(){
	
	document.myForm2.submit();
	
}
