function enviaForm(){
	document.getElementById("frmContato").action = "contato_grava.asp";
	document.getElementById("frmContato").submit();
}
