jQuery(window).load(function () {
    
    
    //jQuery('#page-loader').css('display', 'block');
    //jQuery('#page-loader').fadeOut(200, function(){
        jQuery('#content').fadeIn(800, function(){
            jQuery('#page-loader').css('display', 'none');
            //alert(jQuery('#mapa').css('display'));
            if (jQuery('#mapa').css('display') == 'block' || jQuery('#mapa').css('display') == 'inline') getFlashMovie('mapa').init();
        });
    //});
    
    
    // Mundo em breve
    /*
     * var text_places_ou_mundo;
    if(jQuery('#menu_trips li:first').next().children('a').html() == 
    'Mundo ') {
        jQuery('#menu_trips li:first').next().children('a').attr('href', '#').mouseover(function() {
            text_places_ou_mundo = jQuery(this).html();
            jQuery(this).css('position', 'relative')
            jQuery(this).append('<span style="width:100px; position:absolute; top: 20px; left: 0px;">Em Breve<span>');
        }).mouseout(function() {
            jQuery(this).html(text_places_ou_mundo);
        });
    }  
    */  
});

/*
 * Info Slider
 jQuery(window).load(function(){
    jQuery('#page-loader').css('display', 'none');


     jQuery('#info_btn').click(function(){
            if (jQuery('#info').css('display') == 'none') jQuery('#info').slideDown();
            else jQuery('#info').slideUp();

        });
});
*/

function getFlashMovie(movieName) {
        var isIE = navigator.appName.indexOf("Microsoft") != -1;
        return (isIE) ? window[movieName] : document[movieName];
    return document[movieName];
}
