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