﻿// JScript File
var timeChange = 5000;
var statsChange = false;
var fadeTime = 500;

jQuery(document).ready(function()
    {
        initAnime();
        $('#Tab_Milieu_Familial').show();
        $('#Tab_CPE').hide();
        $('#Tab_Garderies').hide();
        $('#Tab_Bureaux').hide();
        $('#Tab_Guichets').hide();
        
        
        
        $('#btn_MilieuFam_img').click(function(){
            if ($('#btn_MilieuFam_img').attr('src') == 'images/btn_MilieuFam.gif'){
                $('#btn_MilieuFam_img').attr('src', 'images/btn_MilieuFam_sel.gif');
                $('#btn_cpe_img').attr('src', 'images/btn_cpe.gif');
                $('#btn_garderies_img').attr('src', 'images/btn_garderies.gif');
                $('#btn_bureaux_img').attr('src', 'images/btn_bureaux.gif');
                $('#btn_guichets_img').attr('src', 'images/btn_guichets.gif');
                $('#Tab_Milieu_Familial').show();
                $('#Tab_CPE').hide();
                $('#Tab_Garderies').hide();
                $('#Tab_Bureaux').hide();
                $('#Tab_Guichets').hide();
            }
        });
        
        $('#btn_cpe_img').click(function(){
            if ($('#btn_cpe_img').attr('src') == 'images/btn_cpe.gif'){
                $('#btn_MilieuFam_img').attr('src', 'images/btn_MilieuFam.gif');
                $('#btn_cpe_img').attr('src', 'images/btn_cpe_sel.gif');
                $('#btn_garderies_img').attr('src', 'images/btn_garderies.gif');
                $('#btn_bureaux_img').attr('src', 'images/btn_bureaux.gif');
                $('#btn_guichets_img').attr('src', 'images/btn_guichets.gif');
                $('#Tab_Milieu_Familial').hide();
                $('#Tab_CPE').show();
                $('#Tab_Garderies').hide();
                $('#Tab_Bureaux').hide();
                $('#Tab_Guichets').hide();
            }
        });
        
        $('#btn_garderies_img').click(function(){
            if ($('#btn_garderies_img').attr('src') == 'images/btn_garderies.gif'){
                $('#btn_MilieuFam_img').attr('src', 'images/btn_MilieuFam.gif');
                $('#btn_cpe_img').attr('src', 'images/btn_cpe.gif');
                $('#btn_garderies_img').attr('src', 'images/btn_garderies_sel.gif');
                $('#btn_bureaux_img').attr('src', 'images/btn_bureaux.gif');
                $('#btn_guichets_img').attr('src', 'images/btn_guichets.gif');
                $('#Tab_Milieu_Familial').hide();
                $('#Tab_CPE').hide();
                $('#Tab_Garderies').show();
                $('#Tab_Bureaux').hide();
                $('#Tab_Guichets').hide();
            }
        });
        
        $('#btn_bureaux_img').click(function(){
            if ($('#btn_bureaux_img').attr('src') == 'images/btn_bureaux.gif'){
                $('#btn_MilieuFam_img').attr('src', 'images/btn_MilieuFam.gif');
                $('#btn_cpe_img').attr('src', 'images/btn_cpe.gif');
                $('#btn_garderies_img').attr('src', 'images/btn_garderies.gif');
                $('#btn_bureaux_img').attr('src', 'images/btn_bureaux_sel.gif');
                $('#btn_guichets_img').attr('src', 'images/btn_guichets.gif');
                $('#Tab_Milieu_Familial').hide();
                $('#Tab_CPE').hide();
                $('#Tab_Garderies').hide();
                $('#Tab_Bureaux').show();
                $('#Tab_Guichets').hide();
            }
        });
        
        $('#btn_guichets_img').click(function(){
            if ($('#btn_guichets_img').attr('src') == 'images/btn_guichets.gif'){
                $('#btn_MilieuFam_img').attr('src', 'images/btn_MilieuFam.gif');
                $('#btn_cpe_img').attr('src', 'images/btn_cpe.gif');
                $('#btn_garderies_img').attr('src', 'images/btn_garderies.gif');
                $('#btn_bureaux_img').attr('src', 'images/btn_bureaux.gif');
                $('#btn_guichets_img').attr('src', 'images/btn_guichets_sel.gif');
                $('#Tab_Milieu_Familial').hide();
                $('#Tab_CPE').hide();
                $('#Tab_Garderies').hide();
                $('#Tab_Bureaux').hide();
                $('#Tab_Guichets').show();
            }
        });
        
        
    }
);
    
function initAnime(){
    
    jQuery('#pub-boutique5').hide();
    jQuery('#pub-boutique6').hide();
    jQuery('#pub-boutique7').hide();
    jQuery('#pub-boutique8').hide();
    createTimer();
}
    
function changeDisplay(){
    if (statsChange == false){
        jQuery('#pub-boutique1').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique1').hide();
                jQuery('#pub-boutique4').show();
            }
        );
        jQuery('#pub-boutique-text1').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique-text1').hide();
                jQuery('#pub-boutique-text4').show();
                jQuery('#pub-boutique-btn1').hide();
                jQuery('#pub-boutique-btn4').show();
            }
        );
        
        jQuery('#pub-boutique2').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique2').hide();
                jQuery('#pub-boutique5').show();
                
            }
        );
        jQuery('#pub-boutique-text2').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique-text2').hide();
                jQuery('#pub-boutique-text5').show();
                jQuery('#pub-boutique-btn2').hide();
                jQuery('#pub-boutique-btn5').show();
            }
        );
        
        jQuery('#pub-boutique3').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique3').hide();
                jQuery('#pub-boutique6').show();
            }
        );
        jQuery('#pub-boutique-text3').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique-text3').hide();
                jQuery('#pub-boutique-text6').show();
                jQuery('#pub-boutique-btn3').hide();
                jQuery('#pub-boutique-btn6').show();
            }
        );
        
        
        statsChange = true;
    }else{
    
        jQuery('#pub-boutique4').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique4').hide();
                jQuery('#pub-boutique1').show();
            }
        );
        jQuery('#pub-boutique-text5').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique-text4').hide();
                jQuery('#pub-boutique-text1').show();
                jQuery('#pub-boutique-btn4').hide();
                jQuery('#pub-boutique-btn1').show();
            }
        );
        
        jQuery('#pub-boutique5').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique5').hide();
                jQuery('#pub-boutique2').show();
            }
        );
        jQuery('#pub-boutique-text5').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique-text5').hide();
                jQuery('#pub-boutique-text2').show();
                jQuery('#pub-boutique-btn5').hide();
                jQuery('#pub-boutique-btn2').show();
            }
        );
        
        jQuery('#pub-boutique6').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique6').hide();
                jQuery('#pub-boutique3').show();
            }
        );
        jQuery('#pub-boutique-text6').fadeOut(fadeTime, function()
            {
                jQuery('#pub-boutique-text6').hide();
                jQuery('#pub-boutique-text3').show();
                jQuery('#pub-boutique-btn6').hide();
                jQuery('#pub-boutique-btn3').show();
            }
        );
        
        
        statsChange = false;
    }
    createTimer();
}

function createTimer(){
    setTimeout(function()
        {
            changeDisplay();   
        },
        timeChange
    );
}