function testform(){

if (document.cadastroform.Nome.value =="" || document.cadastroform.Endereco.value =="" || document.cadastroform.Cep.value =="" || document.cadastroform.Cidade.value =="" || document.cadastroform.Estado.selectedIndex == "" || document.cadastroform.Email.value =="" || document.cadastroform.NiverDia.value == "" || document.cadastroform.NiverMes.value =="" || document.cadastroform.NiverAno.value == "")

{location.href="cadastro_erro.php";return false}

}



