//Ativação do campo conjuge para o formulário de financiamento
function desabilitar(){
with(document.form){
conjNome.style.background="silver";
conjNome.disabled=true;

conjCpf.style.background="silver";
conjCpf.disabled=true;

conjRg.style.background="silver";
conjRg.disabled=true;

data4.style.background="silver";
data4.disabled=true;

conjTrabalha.style.background="silver";
conjTrabalha.disabled=true;

conjCnpj.style.background="silver";
conjCnpj.disabled=true;

cepConj.style.background="silver";
cepConj.disabled=true;

enderecoConj.style.background="silver";
enderecoConj.disabled=true;

numeroConj.style.background="silver";
numeroConj.disabled=true;

complementoConj.style.background="silver";
complementoConj.disabled=true;

bairroConj.style.background="silver";
bairroConj.disabled=true;

cidadeConj.style.background="silver";
cidadeConj.disabled=true;

estadoConj.style.background="silver";
estadoConj.disabled=true;

conjFuncao.style.background="silver";
conjFuncao.disabled=true;

conjAdmissao.style.background="silver";
conjAdmissao.disabled=true;

conjSalario.style.background="silver";
conjSalario.disabled=true;

telConj.style.background="silver";
telConj.disabled=true;

}
}
function habilitar(){
with(document.form){
conjNome.style.background="white";
conjNome.disabled=false;

conjCpf.style.background="white";
conjCpf.disabled=false;

conjRg.style.background="white";
conjRg.disabled=false;

data4.style.background="white";
data4.disabled=false;

conjTrabalha.style.background="white";
conjTrabalha.disabled=false;

conjCnpj.style.background="white";
conjCnpj.disabled=false;

cepConj.style.background="white";
cepConj.disabled=false;

enderecoConj.style.background="white";
enderecoConj.disabled=false;

numeroConj.style.background="white";
numeroConj.disabled=false;

complementoConj.style.background="white";
complementoConj.disabled=false;

bairroConj.style.background="white";
bairroConj.disabled=false;

cidadeConj.style.background="white";
cidadeConj.disabled=false;

estadoConj.style.background="white";
estadoConj.disabled=false;

conjFuncao.style.background="white";
conjFuncao.disabled=false;

conjAdmissao.style.background="white";
conjAdmissao.disabled=false;

conjSalario.style.background="white";
conjSalario.disabled=false;

telConj.style.background="white";
telConj.disabled=false;
}
}

