function MostraPainelConjuge(){ if (frm_meuForm.txt_estado_civil.value == 'Casado'){ document.frm_meuForm.txt_nome_conjuge.disabled = false; document.frm_meuForm.txt_sobrenome_conjuge.disabled = false; document.frm_meuForm.txt_dia_nasc_conjuge.disabled = false; document.frm_meuForm.txt_mes_nasc_conjuge.disabled = false; document.frm_meuForm.txt_ano_nasc_conjuge.disabled = false; document.frm_meuForm.txt_nacionalidade_conjuge.disabled = false; document.frm_meuForm.txt_email_conjuge.disabled = false; document.frm_meuForm.txt_cpf_conjuge.disabled = false; document.frm_meuForm.txt_rg_conjuge.disabled = false; document.frm_meuForm.txt_orgao_emissor_conjuge.disabled = false; document.frm_meuForm.txt_rg_dt_emissao_conjuge.disabled = false; //document.frm_meuForm.txt_mes_emissao_rg.disabled = false; //document.frm_meuForm.txt_ano_emissao_rg.disabled = false; document.getElementById('PainelConjuge').style.display = ''; }else{ document.frm_meuForm.txt_nome_conjuge.disabled = true; document.frm_meuForm.txt_sobrenome_conjuge.disabled = true; document.frm_meuForm.txt_dia_nasc_conjuge.disabled = true; document.frm_meuForm.txt_mes_nasc_conjuge.disabled = true; document.frm_meuForm.txt_ano_nasc_conjuge.disabled = true; document.frm_meuForm.txt_nacionalidade_conjuge.disabled = true; document.frm_meuForm.txt_email_conjuge.disabled = true; document.frm_meuForm.txt_cpf_conjuge.disabled = true; document.frm_meuForm.txt_rg_conjuge.disabled = true; document.frm_meuForm.txt_orgao_emissor_conjuge.disabled = true; document.frm_meuForm.txt_rg_dt_emissao_conjuge.disabled = true; //document.frm_meuForm.txt_mes_emissao_rg.disabled = true; //document.frm_meuForm.txt_ano_emissao_rg.disabled = true; document.getElementById('PainelConjuge').style.display = 'none'; } } function DadosCnh(){ if (frm_meuForm.txt_possui_cnh.value == 'Sim'){ document.frm_meuForm.txt_cnh.value = ''; }else if (frm_meuForm.txt_possui_cnh.value == 'Não'){ document.frm_meuForm.txt_cnh.value = '99999999999'; }else{ document.frm_meuForm.txt_cnh.value = ''; } } function MostraPainelEmpresario(){ if (frm_meuForm.txt_tipo_profissional.value == 'Empresário'){ document.getElementById('txt_cargo_empresa_trabalha').value = 'Proprietário'; document.getElementById('txt_nome_contador').disabled = false; document.getElementById('txt_tel_contador').disabled = false; document.getElementById('PainelEmpresario').style.display = ''; document.getElementById("txt_cnpj_empresa_trabalha").required = true; document.getElementById("txt_cnpj_empresa_trabalha").placeholder = 'CNPJ da Empresa (Obrigatório)'; document.getElementById("txt_cnpj_empresa_trabalha").title = 'CNPJ da Empresa (Obrigatório)'; }else{ document.getElementById('txt_nome_contador').disabled = true; document.getElementById('txt_tel_contador').disabled = true; document.getElementById('PainelEmpresario').style.display = 'none'; document.getElementById('txt_cargo_empresa_trabalha').value = ''; document.getElementById("txt_cnpj_empresa_trabalha").required = false; document.getElementById("txt_cnpj_empresa_trabalha").placeholder = 'CNPJ da Empresa (Não obrigatório)'; document.getElementById("txt_cnpj_empresa_trabalha").title = 'CNPJ da Empresa (Não obrigatório)'; } } function PreencheDadosConta(){ if (frm_meuForm.cbo_banco.value == 'Não possuo conta bancária'){ document.getElementById('txt_agencia').value = '0000-0'; document.getElementById('txt_conta_corrente').value = '00000-0'; document.getElementById('txt_tempo_conta_corrente').value = 'Não possuo conta bancária'; document.getElementById('txt_tipo_conta_corrente').value = 'Nenhum'; //alert(frm_meuForm.cbo_banco.value); }else{ document.getElementById('txt_agencia').value = ''; document.getElementById('txt_conta_corrente').value = ''; document.getElementById('txt_tempo_conta_corrente').value = ''; document.getElementById('txt_tipo_conta_corrente').value = ''; } } //------------------------------------------------------ // FORMATA A MOEDA //------------------------------------------------------ function FormataReais(fld, milSep, decSep, e) { var sep = 0; var key = ''; var i = j = 0; var len = len2 = 0; var strCheck = '0123456789'; var aux = aux2 = ''; var whichCode = (window.Event) ? e.which : e.keyCode; if (whichCode == 13) return true; key = String.fromCharCode(whichCode);// Valor para o código da Chave if (strCheck.indexOf(key) == -1) return false; // Chave inválida len = fld.value.length; for(i = 0; i < len; i++) if ((fld.value.charAt(i) != '0') && (fld.value.charAt(i) != decSep)) break; aux = ''; for(; i < len; i++) if (strCheck.indexOf(fld.value.charAt(i))!=-1) aux += fld.value.charAt(i); aux += key; len = aux.length; if (len == 0) fld.value = ''; if (len == 1) fld.value = '0'+ decSep + '0' + aux; if (len == 2) fld.value = '0'+ decSep + aux; if (len > 2) { aux2 = ''; for (j = 0, i = len - 3; i >= 0; i--) { if (j == 3) { aux2 += milSep; j = 0; } aux2 += aux.charAt(i); j++; } fld.value = ''; len2 = aux2.length; for (i = len2 - 1; i >= 0; i--) fld.value += aux2.charAt(i); fld.value += decSep + aux.substr(len - 2, len); } return false; } //Fim da Função FormataReais --> function pega_texto(x1){ var i = document.frm_meuForm.cbo_banco.selectedIndex; document.frm_meuForm.txt_banco.value = document.frm_meuForm.cbo_banco[i].text; } function pega_texto_marca(x1){ var i = document.frm_meuForm.cbo_marca.selectedIndex; document.frm_meuForm.txt_marca.value = document.frm_meuForm.cbo_marca[i].text; } function num(dom){ dom.value=dom.value.replace(/\D/g,''); } function preenche_dados(){ document.frm_meuForm.txt_nome.value = 'Giulia'; document.frm_meuForm.txt_sobrenome.value = 'Caetano'; //document.frm_meuForm.txt_renavam.value = '123.123.123'; //document.frm_meuForm.txt_chassi.value = '12345DSDSDDFFFVVVVV'; document.frm_meuForm.txt_valor_financiamento.value = '23000'; document.frm_meuForm.txt_prazo_financiamento.value = '60'; document.frm_meuForm.txt_rg.value = '241927907'; document.frm_meuForm.txt_dia_emissao_rg.value = '9'; document.frm_meuForm.txt_mes_emissao_rg.value = '1'; document.frm_meuForm.txt_ano_emissao_rg.value = '1989'; document.frm_meuForm.txt_orgao_emissor.value = 'SSP'; document.frm_meuForm.txt_dia_nasc.value = '24'; document.frm_meuForm.txt_mes_nasc.value = '04'; document.frm_meuForm.txt_ano_nasc.value = '1980'; document.frm_meuForm.txt_cpf.value = '28235951810'; document.frm_meuForm.txt_naturalidade.value = 'São Paulo'; document.frm_meuForm.txt_nacionalidade.value = 'Brasileira'; document.frm_meuForm.txt_sexo.value = 'M'; document.frm_meuForm.txt_estado_civil.value = 'Solteiro'; document.frm_meuForm.txt_nome_pai.value = 'Luiz Antonio Da Silva'; document.frm_meuForm.txt_nome_mae.value = 'Suely Martins Silva'; document.frm_meuForm.txt_cep.value = '04559000'; document.frm_meuForm.txt_tempo_residencia.value = '11 Anos'; document.frm_meuForm.txt_logradouro.value = 'Av. XYZ1234'; document.frm_meuForm.txt_numero.value = '277'; document.frm_meuForm.txt_complemento.value = 'ap 161'; document.frm_meuForm.txt_estado.value = 'SP'; document.frm_meuForm.txt_cidade.value = 'São Paulo'; document.frm_meuForm.txt_bairro.value = 'Brooklin Novo'; document.frm_meuForm.txt_email.value = 'suporte@internet-tech.com.br'; document.frm_meuForm.txt_tel_1.value = '(11)4108-1234'; document.frm_meuForm.txt_tel_2.value = '(11)98383-1234'; document.frm_meuForm.txt_empresa_trabalha.value = 'Internet Technology'; document.frm_meuForm.txt_cargo_empresa_trabalha.value = 'Sócio-Diretor'; document.frm_meuForm.txt_tel_3.value = '(11)2366-6615'; document.frm_meuForm.txt_tempo_empresa_trabalha.value = '14 Anos'; document.frm_meuForm.txt_tipo_profissional.value = 'Empresário'; document.frm_meuForm.txt_placa.value = 'EYK0531'; document.frm_meuForm.txt_modelo.value = 'Gol GIII'; document.frm_meuForm.cbo_marca.value = '5'; document.frm_meuForm.txt_valor_veiculo.value = '23233'; document.frm_meuForm.txt_numero_dependente.value = '2'; document.frm_meuForm.txt_grau_instrucao.value = 'Superior Completo'; document.frm_meuForm.txt_possui_cnh.value = 'Não'; document.frm_meuForm.txt_tipo_residencia.value = 'Própria'; document.frm_meuForm.cbo_banco.value = 'Banco Itaú S/A'; document.frm_meuForm.txt_tempo_conta_corrente.value = '15 Anos'; document.frm_meuForm.txt_tipo_conta_corrente.value = 'Especial'; document.frm_meuForm.txt_agencia.value = '7052'; document.frm_meuForm.txt_conta_corrente.value = '00345-8'; document.frm_meuForm.txt_renda_mensal.value = '55000'; document.frm_meuForm.txt_total_rendimentos.value = '55000'; document.frm_meuForm.txt_possui_cartoes.value = '1 cartão de crédito'; document.frm_meuForm.txt_ano_modelo.value = '2025'; document.frm_meuForm.txt_ano_fabricacao.value = '2025'; document.frm_meuForm.txt_com_cep.value = '04703004'; document.frm_meuForm.txt_com_logradouro.value = 'Av. Morumbi'; document.frm_meuForm.txt_com_numero.value = '8289'; document.frm_meuForm.txt_com_cidade.value = 'São Paulo'; document.frm_meuForm.txt_com_bairro.value = 'Santo Amaro'; document.frm_meuForm.txt_com_estado.value = 'SP'; document.frm_meuForm.txt_tel_referencia.value = '(11)9244-1118'; document.frm_meuForm.txt_nome_referencia.value = 'Juliana Ferreira Souza'; document.frm_meuForm.txt_tel_contador.value = '(11)9620-4656'; document.frm_meuForm.txt_nome_contador.value = 'Cesar Clever'; document.frm_meuForm.txt_observacoes.value = 'Esta é uma ficha de teste. Caso receba favor desconsiderar'; } //------------------------------------------------------ // Formata data //------------------------------------------------------ function f_data(obj) { if (obj.value.length == 9 || obj.value.length == 0 || obj.value.length == 10){f_checar_tab()} else {v_tab=false;} var c = document.layers ? evt.which : document.all ? event.keyCode : evt.keyCode; if ((c < 48 || c > 58)) {return false;} else { if (obj.value.length == 2 || obj.value.length == 5) {obj.value = obj.value + "/"} } } //------------------------------------------------------ // Consiste Data //------------------------------------------------------ function validaDat(campo,valor) { var date=valor; var ardt=new Array; var ExpReg=new RegExp("(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[012])/[12][0-9]{3}"); ardt=date.split("/"); erro=false; if ( date.search(ExpReg)==-1){ erro = true; } else if (((ardt[1]==4)||(ardt[1]==6)||(ardt[1]==9)||(ardt[1]==11))&&(ardt[0]>30)) erro = true; else if ( ardt[1]==2) { if ((ardt[0]>28)&&((ardt[2]%4)!=0)) erro = true; if ((ardt[0]>29)&&((ardt[2]%4)==0)) erro = true; } if (erro && valor != '') { alert("\"" + valor + "\" não é uma data válida!!!"); campo.focus(); campo.value = ""; return false; } return true; } function mdata(v){ v=v.replace(/\D/g,""); //Remove tudo o que não é dígito v=v.replace(/(\d{2})(\d)/,"$1/$2"); v=v.replace(/(\d{2})(\d)/,"$1/$2"); v=v.replace(/(\d{2})(\d{2})$/,"$1$2"); return v; } /* Máscaras ER */ function mascara(o,f){ v_obj=o v_fun=f setTimeout("execmascara()",1) } function execmascara(){ v_obj.value=v_fun(v_obj.value) } -->

Proposta de financiamento

Preencha as informações abaixo para analise da sua proposta de financiamento:

Sobre o financiamento

Para financiar um veículo Zero Km ou semi-novo aqui na Arruda Veiculos é muito fácil. Basta preencher seus dados ao lado com a maior riqueza de detalhes possível e nos enviar.

O Crédito será sujeito à aprovação do agente financeiro e da veracidade dos dados apresentados neste cadastro.

Se você ainda tem dúvidas sobre como financiar o seu veículo entre em contato conosco

Dados do veículo
Seus dados pessoais
Informações Residenciais
Seus dados profissionais
Dados financeiros e bens


1 veículo quitado
1 veículo financiado
2 veículos quitados
1 veículo quitado e outro financiado

Chácara
Fazenda
Apartamento ou Casa
Casa na praia

Visa Mastercard Amex
Diners Outros
Referências pessoais