
function submitForm(id) {
	var form = document.getElementById(id);
	form.submit();
}
