$(document).ready(function() {
	
	var activetab = "2011";
	
	$('#tab_2009').css({zIndex: '997'}).fadeTo('fast',1);
	$('#tab_2010').css({zIndex: '998'}).fadeTo('fast',1);
	$('#tab_2011').css({zIndex: '999'}).fadeTo('fast',1);
   
   $('#tab_2009').click(function(){
	  
	  if(activetab !== "2009"){
	  $('#tab_2009').css({zIndex: '999'}).fadeTo('fast',1);
	  $('#tab_2010').css({zIndex: '997'}).fadeTo('fast',1);
	  $('#tab_2011').css({zIndex: '998'}).fadeTo('fast',1);
	  $('#descBoxTxt').fadeTo(500,0,function(){  
	  	$('#descBoxTxt .copy').html( "<br />F3B's visit to Namibia included a visit to the U.S embassy and an orphanage, a visit with the Himba people in  Kaokoland, and sandboarding in Swakopmund." );
	  	$('#descBoxTxt .date').html( "2009" );
	  	$('#descBoxTxt .location').html( "Namibia" );
		$('.viewGallery').html("View Gallery >").attr('href', '/gallery/2009-namibia');
		$('.tripDetails').html("Trip Details >").attr('href', '/2010/05/artist-profile-chanel-johnson/');
		$('#descBoxTxt').fadeTo(500,1);
	  });
	  } else{	  
	  };
	  activetab = "2009";
   });
   
    $('#tab_2010').click(function(){
	  if(activetab !== "2010"){
	  $('#tab_2009').css({zIndex: '997'}).fadeTo('fast',1);;
	  $('#tab_2011').css({zIndex: '998'}).fadeTo('fast',1);
	  $('#tab_2010').css({zIndex: '999'}).fadeTo('fast',1);
	  $('#descBoxTxt').fadeTo(500,0,function(){  
	  	$('#descBoxTxt .copy').html( "<br />F3B held its scholar-athlete program in Namaacha, Mozambique, and also traveled to the capital city of Maputo and the countries of Swaziland and South Africa." );
	  	$('#descBoxTxt .date').html( "2010" );
	  	$('#descBoxTxt .location').html( "Mozambique" );
		$('.viewGallery').html("View Gallery >").attr('href', '/gallery/2010-mozambique');
		$('.tripDetails').html("Trip Details >").attr('href', '/2010/08/mozambique-bound/');
		$('#descBoxTxt').fadeTo(500,1);
	  });
	  }else{ 
	  };
	  activetab = "2010";
   });
   

    $('#tab_2011').click(function(){
	   
	  if(activetab !== "2011"){
	  $('#tab_2009').css({zIndex: '997'}).fadeTo('fast',1);
	  $('#tab_2010').css({zIndex: '998'}).fadeTo('fast',1);
	  $('#tab_2011').css({zIndex: '999'}).fadeTo('fast',1);
	  $('#descBoxTxt').fadeTo(500,0,function(){  
	  	$('#descBoxTxt .copy').html( "<br />F3B first travelled to Bulgaria for the basketball camp and professional development workshops followed by orphanage visits in Bucharest and Timisoara, Romania which were conducted in partnership with Alcatel-Lucent and Save the Children." );
	  	$('#descBoxTxt .date').html( "2011" );
	  	$('#descBoxTxt .location').html( "Bulgaria & Romania" );
		$('.viewGallery').html("View Gallery >").attr('href', '/gallery/2011-gallery/');
		$('.tripDetails').html("Trip Details >").attr('href', '/2011/07/update-from-diana-tyson-founder-of-f3b/');
		$('#descBoxTxt').fadeTo(500,1);
	  });
	  }else{
		  
	  };
	  activetab = "2011";
   });
   
 });
