﻿TotalDestaquesFlash = 0;
DestaqueFlashInicial = 1;
timerDestaques = null;

function MoverDestaques(Acao) {
    Movimentacao = 0;
    if (navigator.appName != "Microsoft Internet Explorer") {
        ValorTempo = 3;
        if (Acao == "0") {
            timerID = setTimeout("MovimentaDestaques(0)", ValorTempo);
        }
        if (Acao == "1") {
            timerID = setTimeout("MovimentaDestaques(1)", ValorTempo);
        }
    } else {
        for (x = 0; x <= 581; x++) {
            if (Acao == "0") {
                document.getElementById("carrossel_destaque_central").scrollLeft = document.getElementById("carrossel_destaque_central").scrollLeft - 1;
            }
            if (Acao == "1") {
                document.getElementById("carrossel_destaque_central").scrollLeft = document.getElementById("carrossel_destaque_central").scrollLeft + 1;
            }
        }
    }
}

function MovimentaDestaques(Acao) {
    ValorTempo = 3;
    if (Movimentacao < 562) {
        if (Acao == "0") {
            document.getElementById("carrossel_destaque_central").scrollLeft = document.getElementById("carrossel_destaque_central").scrollLeft - 10;
        }
        if (Acao == "1") {
            document.getElementById("carrossel_destaque_central").scrollLeft = document.getElementById("carrossel_destaque_central").scrollLeft + 10;
        }
        Movimentacao = Movimentacao + 10;
        timerID = setTimeout("MovimentaDestaques(" + Acao + ")", ValorTempo);
    } else {
        if (Acao == "0") {
            document.getElementById("carrossel_destaque_central").scrollLeft = document.getElementById("carrossel_destaque_central").scrollLeft - 12;
        }
        if (Acao == "1") {
            document.getElementById("carrossel_destaque_central").scrollLeft = document.getElementById("carrossel_destaque_central").scrollLeft + 12;
        }
    }
}

function VerificaHomeFlash(Acao) {
    if (Acao == undefined) {
        Acao = 1;
    }
    if (document.getElementById("TotalDestaquesFlash") != undefined) {
        TotalDestaquesFlash = document.getElementById("TotalDestaquesFlash").value;
        if (Acao == 1) {
            timerDestaques = setTimeout("AlteraDestaqueFlash()", 10000);
        }
    }
}

function SaibaMaisDestaqueFlash() {
    location.href = "/" + ArrayLink[DestaqueFlashInicial - 1];
}

function ProximoBannerHome(Objeto) {
    AlteraDestaqueFlash();
}

function VerificaFlashMouse(Objeto, Acao) {
    if (ArrayLink[DestaqueFlashInicial - 1].length > 0) {
        if (Acao == "over") {
            Objeto.style.cursor = "pointer";
        }
        if (Acao == "out") {
            Objeto.style.cursor = "default";
        }
        if (Acao == "click") {
            if (ArrayLink[DestaqueFlashInicial - 1].indexOf("http://") >= 0) {
                window.open(ArrayLink[DestaqueFlashInicial - 1]);
            } else {
                location.href = "/" + ArrayLink[DestaqueFlashInicial - 1];
            }            
        }
    }
}

function AlteraDestaqueFlash() {
    DestaqueFlashInicial++;
    if (DestaqueFlashInicial > TotalDestaquesFlash) {
        DestaqueFlashInicial = 1;
    }
    for (x = 1; x <= TotalDestaquesFlash; x++) {
        document.getElementById("flash_principal_marcador_" + x).className = "flash_principal_marcador2";
    }
    document.getElementById("flash_principal_marcador_" + DestaqueFlashInicial).className = "flash_principal_marcador";
    if (idSiteFlash != "13") {
        if (ArrayFlash[DestaqueFlashInicial - 1].indexOf(".swf") >= 0) {
            document.getElementById("flash_principal").innerHTML = "<div onmouseover=\"VerificaFlashMouse(this,'over');\" onmouseout=\"VerificaFlashMouse(this,'out');\" onclick=\"VerificaFlashMouse(this,'click');\" style=\"position: absolute; opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity = 0); background-color: #111111; width: 748px; height: 326px;\"></div><div style=\"display: block;\" id=\"home_flash\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"748\" height=\"326\"><param name=\"movie\" value=\"/flash/" + ArrayFlash[DestaqueFlashInicial - 1] + "\"><param name=\"quality\" value=\"high\"><param name=\"menu\" value=\"false\"><param name=\"wmode\" value=\"transparent\"><param name=\"allowscriptaccess\" value=\"always\"><embed src=\"/flash/" + ArrayFlash[DestaqueFlashInicial - 1] + "\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" menu=\"false\" allowscriptaccess=\"always\" width=\"748\" height=\"326\"></embed></object></div>";
        } else {
            document.getElementById("flash_principal").innerHTML = "<div onmouseover=\"VerificaFlashMouse(this,'over');\" onmouseout=\"VerificaFlashMouse(this,'out');\" onclick=\"VerificaFlashMouse(this,'click');\" style=\"position: absolute; opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity = 0); background-color: #111111; width: 748px; height: 326px;\"></div><div><img src=\"/flash/" + ArrayFlash[DestaqueFlashInicial - 1] + "\" alt=\"\" border=\"0\" style=\"display: block;\" id=\"home_flash\" /></div>";
        }
    } else {
        ConteudoExibe = "<div onmouseover=\"this.style.cursor = 'pointer';\" onmouseout=\"this.style.cursor = 'default';\" onclick=\"SaibaMaisDestaqueFlash();\" style=\"width: 748px; height: 326px; background-image: url(/imgs/fundo_home_prontos.jpg); background-repeat: no-repeat;\"><div style=\"float: left; width: 316px; display: table;\">";
        ConteudoExibe += "<div style=\"margin-left: 20px; margin-top: 15px; font-size: 18px; color: #3f3f3f; width: 90%;\">" + ArrayBairro[DestaqueFlashInicial - 1] + "</div>";
        ConteudoExibe += "<div style=\"margin-left: 20px; font-weight: normal; margin-top: 10px; font-size: 14px; color: #3f3f3f; width: 90%;\">" + ArrayDados[DestaqueFlashInicial - 1] + "</div>";
        ConteudoExibe += "<div style=\"margin-left: 20px; font-weight: normal; margin-top: 10px; font-size: 12px; color: #3f3f3f; width: 90%;\">" + ArrayDescricao[DestaqueFlashInicial - 1] + "</div>";
        ConteudoExibe += "</div>";
        ConteudoExibe += "<div style=\"display: table; float: left; width: 432px;\"><div style=\"position: absolute; left: 0; margin-left: 742px;\"><img src=\"/imgs/home_empreendimentos_imagem_canto.png\" alt=\"\" border=\"0\" /></div><div style=\"position: absolute; left: 0; top: 0; margin-left: 742px; margin-top: 555px;\"><img src=\"/imgs/home_empreendimentos_imagem_canto2.png\" alt=\"\" border=\"0\" /></div><img src=\"" + ArrayFlash[DestaqueFlashInicial - 1] + "\" alt=\"\" width=\"432\" height=\"324\" border=\"0\" style=\"border-top: 1px solid #b2b2b2; border-bottom: 1px solid #b2b2b2; display: block;\" id=\"home_flash\" /></div></div>";
        document.getElementById("flash_principal").innerHTML = ConteudoExibe;
        VerificaHomeFlash(1);
    }
}

function SelecionaHomeFlash(Opcao) {
    if (DestaqueFlashInicial != Opcao) {
        TotalDestaquesFlash = document.getElementById("TotalDestaquesFlash").value;
        clearTimeout(timerDestaques);
        timerDestaques = null;
        DestaqueFlashInicial = Opcao;
        if (DestaqueFlashInicial > TotalDestaquesFlash) {
            DestaqueFlashInicial = 1;
        }
        for (x = 1; x <= TotalDestaquesFlash; x++) {
            document.getElementById("flash_principal_marcador_" + x).className = "flash_principal_marcador2";
        }
        document.getElementById("flash_principal_marcador_" + DestaqueFlashInicial).className = "flash_principal_marcador";
        if (idSiteFlash != "3") {
            if (ArrayFlash[DestaqueFlashInicial - 1].indexOf(".swf") >= 0) {
                document.getElementById("flash_principal").innerHTML = "<div onmouseover=\"VerificaFlashMouse(this,'over');\" onmouseout=\"VerificaFlashMouse(this,'out');\" onclick=\"VerificaFlashMouse(this,'click');\" style=\"position: absolute; opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity = 0); background-color: #111111; width: 748px; height: 326px;\"></div><div style=\"display: block;\" id=\"home_flash\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"748\" height=\"326\"><param name=\"movie\" value=\"/flash/" + ArrayFlash[DestaqueFlashInicial - 1] + "\"><param name=\"quality\" value=\"high\"><param name=\"menu\" value=\"false\"><param name=\"wmode\" value=\"transparent\"><param name=\"allowscriptaccess\" value=\"always\"><embed src=\"/flash/" + ArrayFlash[DestaqueFlashInicial - 1] + "\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" wmode=\"transparent\" menu=\"false\" width=\"748\" height=\"326\"></embed></object></div>";
            } else {
                document.getElementById("flash_principal").innerHTML = "<div onmouseover=\"VerificaFlashMouse(this,'over');\" onmouseout=\"VerificaFlashMouse(this,'out');\" onclick=\"VerificaFlashMouse(this,'click');\" style=\"position: absolute; opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity = 0); background-color: #111111; width: 748px; height: 326px;\"></div><div><img src=\"/flash/" + ArrayFlash[DestaqueFlashInicial - 1] + "\" alt=\"\" border=\"0\" style=\"display: block;\" id=\"home_flash\" /></div>";
            }
        } else {
            ConteudoExibe = "<div onmouseover=\"this.style.cursor = 'pointer';\" onmouseout=\"this.style.cursor = 'default';\" onclick=\"SaibaMaisDestaqueFlash();\" style=\"width: 748px; height: 326px; background-image: url(/imgs/fundo_home_prontos.jpg); background-repeat: no-repeat;\"><div style=\"float: left; width: 316px; display: table;\">";
            ConteudoExibe += "<div style=\"margin-left: 20px; margin-top: 15px; font-size: 18px; color: #3f3f3f; width: 90%;\">" + ArrayBairro[DestaqueFlashInicial - 1] + "</div>";
            ConteudoExibe += "<div style=\"margin-left: 20px; font-weight: normal; margin-top: 10px; font-size: 14px; color: #3f3f3f; width: 90%;\">" + ArrayDados[DestaqueFlashInicial - 1] + "</div>";
            ConteudoExibe += "<div style=\"margin-left: 20px; font-weight: normal; margin-top: 10px; font-size: 12px; color: #3f3f3f; width: 90%;\">" + ArrayDescricao[DestaqueFlashInicial - 1] + "</div>";
            ConteudoExibe += "</div>";
            ConteudoExibe += "<div style=\"display: table; float: left; width: 432px;\"><div style=\"position: absolute; left: 0; margin-left: 742px;\"><img src=\"/imgs/home_empreendimentos_imagem_canto.png\" alt=\"\" border=\"0\" /></div><div style=\"position: absolute; left: 0; top: 0; margin-left: 742px; margin-top: 555px;\"><img src=\"/imgs/home_empreendimentos_imagem_canto2.png\" alt=\"\" border=\"0\" /></div><img src=\"" + ArrayFlash[DestaqueFlashInicial - 1] + "\" alt=\"\" width=\"432\" height=\"324\" border=\"0\" style=\"border-top: 1px solid #b2b2b2; border-bottom: 1px solid #b2b2b2; display: block;\" id=\"home_flash\" /></div></div>";
            document.getElementById("flash_principal").innerHTML = ConteudoExibe;
            VerificaHomeFlash(1);
        }        
    }
}
