function nextPage(a){ajudaRecarregaPagina();document.getElementById("PesquisaAutomovelPasso1Form").redirTo.value=a;document.getElementById("PesquisaAutomovelPasso1Form").submit()}function proximoPasso(){nextPage("irPasso2")}function pesqAv(){nextPage("irPesquisaAvancada")}function pesquisaCodigo(){nextPage("pesquisaCodigo")}function pesqAv_onMouseOver(){window.status="ir para a tela de pesquisa avançada"}function pesqAv_onMouseOut(){window.status="";return true}function mostraAnuncio(a){if(validaCampos()){visualizaAnuncio(document.getElementById("PesquisaAutomovelPasso1Form").anunCodAnuncio.value,a)}}function validaCampos(){var erro="";with(document.getElementById("PesquisaAutomovelPasso1Form")){try{if(anunCodAnuncio.value.length==0){erro='<li class="msgItemError">Você deve preencher o código do anúncio</li>'}if(erro!=""){try{mostraErro(document.getElementById("erro"),erro,document.getElementById("errosJ"))}catch(e){return true}return false}else{return true}}catch(e){return true}}};