function desabilitaCampo () {
	with (document.formCadastro) {
		fEnd.disabled = true;
		fCidade.disabled = true;
		fEstado.disabled = true;
		fBairro.disabled = true;
	}
}

function abrePop(sPagina,sNome,sStatus) {
  window.open(sPagina,sNome,sStatus);
}
