


function submitForm(form_id) {
	var form_obj = findDOM(form_id,0);
	form_obj.submit();
}








