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