// JavaScript Document

function enviar_formulari(form){
	document.getElementById(form).submit();
}

