// JavaScript Document

function FocarCadastro(){
document.cadastro.nome.focus();
}


