
function SubmitForm(idform)
	{
	document.getElementById(idform).submit();
	}

