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

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

function submitForm3()
	{
	document.form3.submit();
	}
	
function submitForm4()
	{
	document.form4.submit();
	}
	
function submitForm5()
	{
	document.form5.submit();
	}
	
function submitForm6()
	{
	document.form6.submit();
	}
	
function submitForm7()
	{
	document.form7.submit();
	}
	
function submitForm8()
	{
	document.form8.submit();
	}
	
function submitForm9()
	{
	document.form9.submit();
	}