                function carregar_artistas(){ 
                    $("#container-pagina").fadeOut('slow', function(){
                        $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-artistas").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-artistas").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            $.ajax({
                                url: 'artistas.html',
                                type: 'GET',
                                async: false,
                                success: function(response_text, response_status){
                                    $("#container-pagina").fadeOut('slow', function(){
                                        $("#container-pagina").html(response_text);
                                        $("#container-pagina").fadeIn('slow', function(){ 
					    $(".fbox").fancybox();
                                        });                                        
                                    });
                                }
                            });
                        });
                    });    
                } 
  
                function carregar_colecao(){ 
                    $("#container-pagina").fadeOut('slow', function(){
                        $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-colecao").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-colecao").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            $.ajax({
                                url: 'colecoes.html',
                                type: 'GET',
                                async: false,
                                success: function(response_text, response_status){
                                    $("#container-pagina").fadeOut('slow', function(){
                                        $("#container-pagina").html(response_text);
                                        $("#container-pagina").fadeIn('slow', function(){
                                            carregar_scroll(); 
                                        });                                        
                                    });
                                }
                            });
                        });
                    });    
                }

                function carregar_home(){
                    $("#container-pagina").fadeOut('slow', function(){
                        $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-home").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-home").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            var html = $("#cache-home").html();  
                            $("#container-pagina").fadeOut('slow', function(){
                                $("#container-pagina").html(html);
                                $("#container-pagina").fadeIn('slow', function(){
		                    swfobject.embedSWF("swf/placa.swf", "desconexo-cache", "781", "620", "9.0.0", flashvars, params, attributes);  
                                });                                        
                            });
                        });
                    });    
                } 

                function carregar_id(){ 
                    $("#container-pagina").fadeOut('slow', function(){
                        $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-id").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-id").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            $.ajax({
                                url: 'id.html',
                                type: 'GET',
                                async: false,
                                success: function(response_text, response_status){
                                    $("#container-pagina").fadeOut('slow', function(){
                                        $("#container-pagina").html(response_text);
                                        $("#container-pagina").fadeIn('slow', function(){
                                        });                                        
                                    });
                                }
                            });
                        });
                    });    
                }

                function carregar_interatividade(){ 
                    $("#container-pagina").fadeOut('slow', function(){
                        $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-interatividade").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-interatividade").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            $.ajax({
                                url: 'interatividade.html',
                                type: 'GET',
                                async: false,
                                success: function(response_text, response_status){
                                    $("#container-pagina").fadeOut('slow', function(){
                                        $("#container-pagina").html(response_text);
                                        $("#container-pagina").fadeIn('slow', function(){
                                        });                                        
                                    });
                                }
                            });
                        });
                    });    
                }

                function carregar_kids(){ 
                    $("#container-pagina").fadeOut('slow', function(){
                         $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-kids").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-kids").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            $.ajax({
                                url: 'kids.html',
                                type: 'GET',
                                async: false,
                                success: function(response_text, response_status){
                                    $("#container-pagina").fadeOut('slow', function(){
                                        $("#container-pagina").html(response_text);
                                        $("#container-pagina").fadeIn('slow', function(){
                                            carregar_scroll(); 
                                        });                                        
                                    });
                                }
                            });
                        });
                    });    
                }

                function carregar_mapa(){ 
                    $("#container-pagina").fadeOut('slow', function(){
                         $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-mapa").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-mapa").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            $.ajax({
                                url: 'mapa.html',
                                type: 'GET',
                                async: false,
                                success: function(response_text, response_status){
                                    $("#container-pagina").fadeOut('slow', function(){
                                        $("#container-pagina").html(response_text);
                                        $("#container-pagina").fadeIn('slow', function(){
                                        });                                        
                                    });
                                }
                            });
                        });
                    });    
                }

                function carregar_nostalgia(){ 
                    $("#container-pagina").fadeOut('slow', function(){
                         $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-nostalgia").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-nostalgia").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            $.ajax({
                                url: 'nostalgia.html',
                                type: 'GET',
                                async: false,
                                success: function(response_text, response_status){
                                    $("#container-pagina").fadeOut('slow', function(){
                                        $("#container-pagina").html(response_text);
                                        $("#container-pagina").fadeIn('slow', function(){
					    $(".fbox").fancybox();
                                        });                                        
                                    });
                                }
                            });
                        });
                    });    
                }

                function carregar_solteoverbo(){ 
                    $("#container-pagina").fadeOut('slow', function(){
                         $(".ativo").animate({
                            fontSize: "10px",
                            color: "#FFFFFF" 
                        });
                        $(".ativo").removeClass('ativo');
                        $("#menu-solteoverbo").animate({
                            fontSize: "18px",
                            color: "#F0FF00" 
                        });
                        $("#menu-solteoverbo").addClass('ativo');
                        $("#container-pagina").html("<div class=\"carregando\">Carregando...</div>");
                        $("#container-pagina").fadeIn('slow', function(){
                            $.ajax({
                                url: 'solteoverbo.html',
                                type: 'GET',
                                async: false,
                                success: function(response_text, response_status){
                                    $("#container-pagina").fadeOut('slow', function(){
                                        $("#container-pagina").html(response_text);
                                        $("#container-pagina").fadeIn('slow', function(){
                                        });                                        
                                    });
                                }
                            });
                        });
                    });    
                }
