function submitForm(formID) {
	var formSubmit = document.getElementById(formID);
	formSubmit.submit();
	return false;
}
