
function submitForm(formName){
	document.getElementById(formName).submit();
}