function enviaFormulario() {
	document.getElementById("form_contato").submit();
}