﻿function ExibirResultadoBusca() {
    if (document.getElementById("resultado_busca").style.display == "block") {
        document.getElementById("resultado_busca").style.display = "none";
        document.getElementById("resultado_busca_paginacao").style.display = "none";
        document.getElementById("resultado_busca_paginacao_2").style.display = "none";
        document.getElementById("resultado_busca_ordenar_05").style.display = "none";
        document.getElementById("resultado_busca_ordenar_04").style.display = "none";
        document.getElementById("resultado_busca_ordenar_03").style.display = "none";
        document.getElementById("resultado_busca_ordenar_02").style.display = "none";
        document.getElementById("resultado_busca_ordenar_01").style.display = "none";
        document.getElementById("resultado_busca_minimizado").style.display = "block";
        document.getElementById("seta_resultado").src = "/images/seta_mapa2.png";
        document.getElementById("resultado_texto").innerHTML = "<a href='javascript:ExibirResultadoBusca();'>" + document.getElementById("texto_mapa_texto_2").innerHTML + "</a>";
    } else {
        document.getElementById("resultado_busca").style.display = "block";
        document.getElementById("resultado_busca_paginacao").style.display = "block";
        document.getElementById("resultado_busca_paginacao_2").style.display = "block";
        document.getElementById("resultado_busca_ordenar_05").style.display = "block";
        document.getElementById("resultado_busca_ordenar_04").style.display = "block";
        document.getElementById("resultado_busca_ordenar_03").style.display = "block";
        document.getElementById("resultado_busca_ordenar_02").style.display = "block";
        document.getElementById("resultado_busca_ordenar_01").style.display = "block";
        document.getElementById("resultado_busca_minimizado").style.display = "none";
        document.getElementById("seta_resultado").src = "/images/seta_mapa.png";
        document.getElementById("resultado_texto").innerHTML = "<a href='javascript:ExibirResultadoBusca();'>" + document.getElementById("texto_mapa_texto").innerHTML + "</a>";
    }
}

function CarregaPagina(Secao, Pagina, Ordenacao, Registros) {
    window.location.assign("#" + Secao + "-" + Ordenacao.toLowerCase() + "-" + Registros + "-pagina-" + Pagina);    
}

function AlterarConteudoPagina(Hash) {
    if (Hash.length > 0) {
        splitHash = Hash.split("-");
        Secao = splitHash[0].replace("#","");
        Ordenacao = splitHash[1];
        Registros = splitHash[2];
        Pagina = splitHash[4];
    }
    if (idEmpreendimentoTemp.length > 0) {
        document.getElementById("saiba_mais_" + idEmpreendimentoTemp).style.display = "none";
    }
    var ajaxResultado = null;
    if ((Secao == "imoveis") || (Secao == "plantas")) {
        document.getElementById("resultado_busca_mascara").style.display = "block";
        document.getElementById("resultado_busca_mascara_mensagem_erro").style.display = "none";
        document.getElementById("resultado_busca_mascara_mensagem_loading").style.display = "block";
        if (Secao == "imoveis") {
            SelecionaSubAbaResultadoBusca(document.getElementById("ver_imoveis_1"), "imoveis");
        }
        if (Secao == "plantas") {
            SelecionaSubAbaResultadoBusca(document.getElementById("plantas_imoveis_1"), "plantas");
        }
        _gaq.push(['_trackPageview', '/' + URLAtual + 'muda-para-a-pagina-' + Pagina]);
        AtualizaResultadoBusca(Secao, Ordenacao, Registros, Pagina);
    }
}

function SelecionaSubAbaResultadoBusca(Objeto, Opcao) {
    if ((Objeto.className.indexOf("white") >= 0) && (Objeto.className.indexOf("_off") < 0)) {
        if (Opcao == "imoveis") {
            if (points.length > 0) {
                if (document.getElementById("frame_mapa").contentWindow.initialize != null) {
                    document.getElementById("frame_mapa").contentWindow.initialize(points, dados_empreendimento);
                }
            } else {
                //erro
            }                                 
            if (document.getElementById("imagem_ver_imoveis_1") != undefined) {
                if (document.getElementById("imagem_ver_imoveis_1").src.indexOf("_off") < 0) {
                    document.getElementById("imagem_ver_imoveis_1").src = "/imgs/resultado_busca_01.jpg";
                    document.getElementById("imagem_ver_imoveis_2").src = "/imgs/resultado_busca_02.jpg";
                    document.getElementById("ver_imoveis").className = "abas_red_cen";
                    document.getElementById("ver_imoveis_1").className = "abas_red_esq";
                    document.getElementById("ver_imoveis_2").className = "abas_red_dir";
                }
            }
            if (document.getElementById("imagem_planta_imoveis_1") != undefined) {
                if (document.getElementById("imagem_planta_imoveis_1").src.indexOf("_off") < 0) {
                    document.getElementById("imagem_planta_imoveis_1").src = "/imgs/resultado_busca_03.jpg";
                    document.getElementById("imagem_planta_imoveis_2").src = "/imgs/resultado_busca_04.jpg";
                    document.getElementById("plantas_imoveis").className = "abas_white_cen";
                    document.getElementById("plantas_imoveis_1").className = "abas_white_esq";
                    document.getElementById("plantas_imoveis_2").className = "abas_white_dir";
                }
            }
            document.getElementById("resultado_busca").style.display = "block";
            document.getElementById("resultado_busca_paginacao").style.display = "block";
            document.getElementById("resultado_busca_paginacao_2").style.display = "block";
            document.getElementById("resultado_busca_plantas").style.display = "none";
            document.getElementById("resultado_busca_paginacao_plantas").style.display = "none";
            document.getElementById("resultado_busca_paginacao_plantas_2").style.display = "none";
            document.getElementById("resultado_busca_ordenar_plantas").style.display = "none";
            document.getElementById("resultado_busca_ordenar").style.display = "block";
        }
        if (Opcao == "plantas") {
            if (points_plantas.length > 0) {
                if (document.getElementById("frame_mapa").contentWindow.initialize != null) {
                    document.getElementById("frame_mapa").contentWindow.initialize(points_plantas, dados_empreendimento_plantas);
                }
            } else {
                //erro
            }                                 
            if (document.getElementById("imagem_ver_imoveis_1") != undefined) {
                if (document.getElementById("imagem_ver_imoveis_1").src.indexOf("_off") < 0) {
                    document.getElementById("imagem_ver_imoveis_1").src = "/imgs/resultado_busca_03.jpg";
                    document.getElementById("imagem_ver_imoveis_2").src = "/imgs/resultado_busca_04.jpg";
                    document.getElementById("ver_imoveis").className = "abas_white_cen";
                    document.getElementById("ver_imoveis_1").className = "abas_white_esq";
                    document.getElementById("ver_imoveis_2").className = "abas_white_dir";
                }
            }
            if (document.getElementById("imagem_planta_imoveis_1") != undefined) {
                if (document.getElementById("imagem_planta_imoveis_1").src.indexOf("_off") < 0) {
                    document.getElementById("imagem_planta_imoveis_1").src = "/imgs/resultado_busca_01.jpg";
                    document.getElementById("imagem_planta_imoveis_2").src = "/imgs/resultado_busca_02.jpg";
                    document.getElementById("plantas_imoveis").className = "abas_red_cen";
                    document.getElementById("plantas_imoveis_1").className = "abas_red_esq";
                    document.getElementById("plantas_imoveis_2").className = "abas_red_dir";
                }
            }
            document.getElementById("resultado_busca").style.display = "none";
            document.getElementById("resultado_busca_paginacao").style.display = "none";
            document.getElementById("resultado_busca_paginacao_2").style.display = "none";
            document.getElementById("resultado_busca_plantas").style.display = "block";
            document.getElementById("resultado_busca_paginacao_plantas").style.display = "block";
            document.getElementById("resultado_busca_paginacao_plantas_2").style.display = "block";
            document.getElementById("resultado_busca_ordenar_plantas").style.display = "block";
            document.getElementById("resultado_busca_ordenar").style.display = "none";
        }
    }
}

function MudaCursor(Objeto, Cursor) {
    if ((Objeto.className.indexOf("red") < 0) && (Objeto.className.indexOf("_off") < 0)) {
        Objeto.style.cursor = Cursor;
    } else {
        Objeto.style.cursor = "default";
    }
}

