	$(document).ready(function(){

	$("#toggle").click(function (){
		$("#top-panel_1").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});
	
	$("#toggle_2").click(function (){
		$("#top-panel_2").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});
	
	$("#toggle_3").click(function (){
		$("#top-panel_3").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});
	
	$("#toggle_4").click(function (){
		$("#top-panel_4").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});	
	
	$("#toggle_5").click(function (){
		$("#top-panel_5").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});	
	
	
	$("#toggle_6").click(function (){
		$("#top-panel_6").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});	
	

	$("#toggle_7").click(function (){
		$("#top-panel_7").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});
	
	
	$("#toggle_8").click(function (){
		$("#top-panel_8").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});
	
	$("#toggle_9").click(function (){
		$("#top-panel_9").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});
	
	$("#toggle_10").click(function (){
		$("#top-panel_10").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});	
	
	$("#toggle_11").click(function (){
		$("#top-panel_11").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});	
	
	
	$("#toggle_12").click(function (){
		$("#top-panel_12").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});	
	

	$("#toggle_13").click(function (){
		$("#top-panel_13").slideToggle("slow");
		$(this).toggleClass("active"); return false;
			
	});	
		
	
	$(function() {
        $('a[@rel*=adagallery]').lightBox();
    });

	$(function() {
        $('a[@rel*=vgsgallery]').lightBox();
    });
    
	$(function() {
        $('a[@rel*=zadbygallery]').lightBox();
    }); 
    
	$(function() {
        $('a[@rel*=cargallery]').lightBox();
    });        

	$(function() {
        $('a[@rel*=usnewsgallery]').lightBox();
    });        
    
	$(function() {
        $('a[@rel*=drivegallery]').lightBox();
    });  
    
    $(function() {
        $('a[@rel*=featuregallery]').lightBox();
    
    });     
    
    $(function() {
        $('a[@rel*=aolgallery]').lightBox();
    
    });            

    $(function() {
        $('a[@rel*=nwfgallery]').lightBox();
    
    });            

    $(function() {
        $('a[@rel*=mmsgallery]').lightBox();
    
    });            

    $(function() {
        $('a[@rel*=cbcgallery]').lightBox();
    
    });     

    $(function() {
        $('a[@rel*=natgeogallery]').lightBox();
    
    });   
    
    
    $(function() {
        $('a[@rel*=aarpgallery]').lightBox();
    
    });       

	 
});