// JavaScript Document

/*THIS IS THE JQUERY FOR THE FAQ PAGE*/
			
					$(document).ready(function(){ //Always start with a document ready function.
						
						

						
					/*THIS IS THE JQUERY FOR THE VOLUNTEER and FAQn PAGES*/
						
						$(".toggle_container").hide(); 
					
					
						//Slide up and down on click
						$("p.trigger").click(function(){
							$(this).next(".toggle_container").toggle();
						});
					
						// prepend a plus sign to signify that the sub-menus aren't expanded
						$("span.plus").prepend("+");
	
						// add a click function that toggles the sub-menu when the corresponding
						// span element is clicked
						$("span.plus").click(function() {
							$(this).next().toggle();

						// switch the plus to a minus sign or vice-versa
						var v = $(this).html().substring( 0, 1 );
						if ( v == "+" )
							$(this).html( "-" + $(this).html().substring( 1 ) );
						else if ( v == "-" )
							$(this).html( "+" + $(this).html().substring( 1 ) );
						});

					
						
/*						
						
*/						/*THIS IS THE JQUERY FOR THE FOUNDERS PAGE*/
						
						
						 $("#founder1").hide();
						 $("#founder2").hide();
					 	 $("#founder3").hide();
						 $("#founder4").hide();
						 $("#founder5").hide();
						 $("#founder6").hide();
						 $("#arrow1").hide();
						 $("#arrow2").hide();
					 	 $("#arrow3").hide();
						 $("#arrow4").hide();
						 $("#arrow5").hide();
						 $("#arrow6").hide();
						
						
						$("#founder_image1").click(function(){
							$("#founder0").fadeOut();
							$("#founder2").fadeOut();
							$("#founder3").fadeOut();
							$("#founder4").fadeOut();
							$("#founder5").fadeOut();
							$("#founder6").fadeOut();
							$("#founder1").fadeIn(); 
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow1").fadeIn();
            			});
						
						$("#founder_image2").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder3").fadeOut();
							$("#founder4").fadeOut();
							$("#founder5").fadeOut();
							$("#founder6").fadeOut();
							$("#founder2").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow2").fadeIn();
            			});
						
						$("#founder_image3").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder2").fadeOut();
							$("#founder4").fadeOut();
							$("#founder5").fadeOut();
							$("#founder6").fadeOut();
							$("#founder3").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow3").fadeIn();
            			});
						
						$("#founder_image4").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder2").fadeOut();
							$("#founder3").fadeOut();
							$("#founder5").fadeOut();
							$("#founder6").fadeOut();
							$("#founder4").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow4").fadeIn();
            			});						
						
						$("#founder_image5").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder2").fadeOut();
							$("#founder4").fadeOut();
							$("#founder3").fadeOut();
							$("#founder6").fadeOut();
							$("#founder5").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow5").fadeIn();
            			});
						
						$("#founder_image6").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder2").fadeOut();
							$("#founder4").fadeOut();
							$("#founder5").fadeOut();
							$("#founder3").fadeOut();
							$("#founder6").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow6").fadeIn();
            			})
					   
					    $("#name1").click(function(){
							$("#founder0").fadeOut();
							$("#founder2").fadeOut();
							$("#founder3").fadeOut();
							$("#founder4").fadeOut();
							$("#founder5").fadeOut();
							$("#founder6").fadeOut();
							$("#founder1").fadeIn(); 
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow1").fadeIn();
            			});
						
						$("#name2").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder3").fadeOut();
							$("#founder4").fadeOut();
							$("#founder5").fadeOut();
							$("#founder6").fadeOut();
							$("#founder2").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow2").fadeIn();
            			});
						
						$("#name3").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder2").fadeOut();
							$("#founder4").fadeOut();
							$("#founder5").fadeOut();
							$("#founder6").fadeOut();
							$("#founder3").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow3").fadeIn();
            			});
						
						$("#name4").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder2").fadeOut();
							$("#founder3").fadeOut();
							$("#founder5").fadeOut();
							$("#founder6").fadeOut();
							$("#founder4").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow4").fadeIn();
            			});						
						
						$("#name5").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder2").fadeOut();
							$("#founder4").fadeOut();
							$("#founder3").fadeOut();
							$("#founder6").fadeOut();
							$("#founder5").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow6").fadeOut();
							$("#arrow5").fadeIn();
            			});
						
						$("#name6").click(function(){
							$("#founder0").fadeOut();
							$("#founder1").fadeOut();
							$("#founder2").fadeOut();
							$("#founder4").fadeOut();
							$("#founder5").fadeOut();
							$("#founder3").fadeOut();
							$("#founder6").fadeIn();
							$("#arrow0").fadeOut();
							$("#arrow2").fadeOut();
							$("#arrow3").fadeOut();
							$("#arrow4").fadeOut();
							$("#arrow5").fadeOut();
							$("#arrow1").fadeOut();
							$("#arrow6").fadeIn();
            			})
						
					
					
					
					
					});
					
	
