/*
-------------------------------------------------------------------------------------------------------------------
                                    PORTAL CATALÃO INTERNET SERVICES LTDA
                                         suporte@portalcatalao.com.br
                                               64 3411 - 0748

           Copyright - Proibida cópia ou reprodução total ou parcial de qualquer conteúdo deste site
-------------------------------------------------------------------------------------------------------------------
*/
var aguardando=false;var ativaX;function criarPopup(){var novaCamada=document.createElement('\u0064iv');novaCamada.className='\u0041utoComp\154e\u006d\145\156\u0074a_\163\u0075ge\163\164oes';novaCamada.setAttribute('\u0069\u0064','divP\u006f\u0070up');var tabela=document.createElement('\u0074a\142\154e');tabela.setAttribute('i\u0064','\u0074\141\142el\141');tabela.setAttribute('\142\u0067c\u006f\154or','#E\105EE\105E');tabela.setAttribute('b\u006f\162d\145\u0072','\u0030');tabela.setAttribute('c\145\u006clsp\u0061cing','0');tabela.setAttribute('\u0063e\u006c\u006cpaddi\156g','0');novaCamada.appendChild(tabela);document.body.appendChild(novaCamada);}function Sugestoes(valor){qualCarrega="\u0073\165ge\163to\u0065s";var palavras=document.getElementById('pa\154\141\u0076r\u0061\u0073');if(!valor){if(palavras.value.length>=0){if(!aguardando){var url=nivelUrlSite+"a\u006aax/\u0061u\u0074\157c\u006fm\u0070l\145m\u0065\156ta\162/sug\145\163t\157\u0065\163.ph\u0070?\160alavr\141s="+encodeURIComponent(palavras.value);requisicaoHTTP("\107ET",url,true,15);Aviso(true);}}}else LimparSugestoes();}function MostrarSugestoes(dados){LimparSugestoes();var linha,celula,celula2,texto;var tabela=document.getElementById('tabe\u006ca');var num=dados.getElementsByTagName('t\151\164\165\u006c\157').length;if(num>0){PosicionarCamada();for(var i=0;i<num;i++){var sugestao=dados.getElementsByTagName('titul\u006f')[i].firstChild.data;linha=tabela.insertRow(tabela.rows.length);celula=linha.insertCell(0);linha.onmouseover=function(){this.className='Au\u0074o\u0043o\u006dp\154e\u006de\u006eta\u005f\u0063o\155Co\u0072';};linha.onmouseout=function(){this.className='A\165t\157\u0043o\u006d\u0070\u006ce\u006d\u0065n\u0074a\u005f\u0073e\155Co\162';};celula.onclick=function(){PreencherCaixa(this);};celula.setAttribute('bor\u0064er','0');celula.className='\143\157nte\u0075\144\157_9';celula.innerHTML=sugestao;}linha=tabela.insertRow(tabela.rows.length);celula=linha.insertCell(0);celula.className='\u0041\165\u0074oC\157\155p\154\u0065men\164\u0061\u005ffe\u0063\u0068\141r';celula.onclick=function(){Sugestoes('fe\143h\141r');};celula.innerHTML="<\144iv\040al\151\147\u006e\075'c\u0065nt\u0065\162'\u003eF\u0065c\u0068ar\074/div\076";}}function PreencherCaixa(valor){var caixaTexto=document.getElementById('pa\u006cavr\141s');caixaTexto.value=valor.firstChild.nodeValue;LimparSugestoes();}function LimparSugestoes(){var camada=document.getElementById('\u0064ivPo\u0070up');camada.style.border='0';var tabela=document.getElementById('t\u0061be\u006ca');while(tabela.hasChildNodes())tabela.removeChild(tabela.childNodes[0]);}function PosicionarCamada(){var camada=document.getElementById('\144iv\120\157\u0070\u0075p');var tabela=document.getElementById('\164abel\141');var caixaTexto=document.getElementById('palav\162\141\163');var largura=caixaTexto.offsetWidth;var esq=CalcularPos(caixaTexto,'\u006ff\146se\u0074L\145ft');var cima=CalcularPos(caixaTexto,'offsetTo\160')+caixaTexto.offsetHeight;camada.style.border='#0\u00300\u003000 \061p\u0078 solid';camada.style.left=esq+'p\170';camada.style.top=cima+'\u0070\170';tabela.style.width=largura+'px';}function CalcularPos(campo,atributo){var posicao=0;while(campo){posicao+=campo[atributo];campo=campo.offsetParent;}return posicao;}function Aviso(exibir){aguardando=exibir;var aviso=document.getElementById('av\u0069so');if(exibir)aviso.style.visibility='vi\u0073i\142\u006ce';else aviso.style.visibility='\u0068i\u0064d\u0065n';}function trataDadosSugestoes(){var resposta=ajax.responseXML;Aviso(false);MostrarSugestoes(resposta);}