function enviarSenha() {
	document.formEtapa1.action = "enviarSenhaE.php";
	document.formEtapa1.submit();
}
