$(document).ready(function(){
    $("#um").lavaLamp({
        fx: "backout",
        speed: 700,
        click: function(event, menuItem) {
                    
            return false;
        }
    });
    var atual = 'link1';
    $('#'+ atual).css('color','#c0c0c0');
    $('a').click(function(){
        var aux = atual;
        var anterior = aux;
        atual = $(this).attr('class');
        $('#'+ atual).css('color','#c0c0c0');
        $('#' + anterior).css('color','');
                        
    });
    //            $("#contauner").hide();
    //        $("#page").load("inicio.php").fadeIn(3000);

    $("#contauner").fadeIn(6000);
    $("#page").load('inicio.php').fadeIn('slow');
    
    $(".link1").click(function(){
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $('img').hide();
        $('img').attr('src', 'img/inicio.jpg');
        $('img').fadeIn(3000);
        $('.text').hide();
        $('.text').html('Bem vindo ao Portal do Grupo Exicon');
        $('.text').fadeIn(2000);
        $("#page").hide();
        $("#container").fadeIn('slow');
        $('#container').css({
            "background":"none repeat scroll 0 0 #D1D3D4"
        });
        $("#page").load('inicio.php').fadeIn(3000);
    });
    
    $(".link2").click(function(){
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $('#footer').hide();
        $('img').hide();
        $('img').attr('src', 'img/institucional.jpg');
        $('img').fadeIn(3000);
        $('.text').hide();
        $('.text').html('Conheça a trajetória do Grupo Exicon');
        $('.text').fadeIn(2000);
        $("#page").hide();
        $("#container").fadeIn('slow');
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $("#page").load('instituicoes.php').fadeIn(3000);
        $('#footer').fadeIn(3000);
    });
    $(".link3").click(function(){
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $('#footer').hide();
        $('img').hide();
        $('img').attr('src', 'img/empresas.jpg');
        $('img').fadeIn(3000);
        $('.text').hide();
        $('.text').html('Grupo Exicon e suas empresas formadoras');
        $('.text').fadeIn(2000);
        $("#page").hide();
        $("#container").fadeIn('slow');
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $("#page").load('sobre.php').fadeIn(3000);
        $('#footer').fadeIn(3000);
    });
    $(".link4").click(function(){
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $('#footer').hide();
        $('img').hide();
        $('img').attr('src', 'img/fidc2.png');
        $('img').fadeIn(3000);
        $('.text').hide();
        $('.text').html('Fundo de Investimento Grupo Exicon');
        $('.text').fadeIn(2000);
        $("#page").hide();
        $("#container").fadeIn('slow');
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $("#page").load('fidcexicon.php').fadeIn(3000);
        $('#footer').fadeIn(3000);
    });

    $(".link5").click(function(){
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $('#footer').hide();
        $('img').hide();
        $('img').attr('src', 'img/solucoesintegradas.jpg');
        $('img').fadeIn(3000);
        $('.text').hide();
        $('.text').html('Integração das empresas do Grupo Exicon');
        $('.text').fadeIn(2000);
        $("#page").hide();
        $("#container").fadeIn('slow');
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $("#page").load('solucaointegrada.php').fadeIn(3000);
        $('#footer').fadeIn(3000);
    });
    $(".link6").click(function(){
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $('#footer').hide();
        $('img').hide();
        $('img').attr('src', 'img/areasatuacao.jpg');
        $('img').fadeIn(3000);
        $('.text').hide();
        $('.text').html('Grupo Exicon: áreas de atuação das empresas');
        $('.text').fadeIn(2000);
        $("#page").hide();
        $("#container").fadeIn('slow');
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $("#page").load('areadeatuacao.php').fadeIn(3000);
        $('#footer').fadeIn(3000);
    });
    $(".link7").click(function(){
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $('#footer').hide();
        $('img').hide();
        $('img').attr('src', 'img/contato.jpg');
        $('img').fadeIn(3000);
        $('.text').hide();
        $('.text').html('Entre em contato com o Grupo Exicon');
        $('.text').fadeIn(2000);
        $("#page").hide();
        $("#container").fadeIn('slow');
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $("#page").load('contatos.php').fadeIn(3000);
        $('#footer').fadeIn(3000);
    });
    $(".link8").click(function(){
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $('#footer').hide();
        $('img').hide();
        $('img').attr('src', 'img/contato.jpg');
        $('img').fadeIn(3000);
        $('.text').hide();
        $('.text').html('Entre em contato com o Grupo Exicon');
        $('.text').fadeIn(2000);
        $("#page").hide();
        $("#container").fadeIn('slow');
        $('#container').css({
            "background":"none repeat scroll 0 0 #ffffff"
        });
        $("#page").load('localizacao.php').fadeIn(3000);
        $('#footer').fadeIn(3000);
    });



    $("#actFechaJanela").click( function(){
        $("#content").fadeOut('slow');
        $("#logo_min").fadeOut('slow');
    });

    /* Arredonda os cantos superiores da janela */
    settingsTitulo = {
        tl: {
            radius: 5
        },
        tr: {
            radius: 5
        },
        bl: {
            radius: 0
        },
        br: {
            radius: 0
        },
        antiAlias: true,
        autoPad: true
    };

    var divObj = document.getElementById("janelaTitulo");

    $(document).ajaxStart(function(){
        });
    $(document).ajaxStop(function(){
        });
    $(document).ajaxComplete(function(){
        });
    $(document).ajaxSuccess(function(){
        });
// JavaScript Document});


});
