function submitForm(id_form) {
	$('form[id="'+id_form+'"]').submit();
}

