
function submitForm1()
	{
	document.form1.submit();
	}


function submitForm2()
	{
	document.form2.submit();
	}

function submitForm3()
	{
	document.form3.submit();
	}
	
function submitForm4()
	{
	document.form4.submit();
	}