$(document).ready(function() {
	$("#stats").hide();
	$("#quotes").hide();
	$("#faq").hide();
	$("#utube").hide();
	$("#aboutus").hide();
	$("#staff").hide();
	$("#bmember").hide();
	$("#behind").hide();
	$("#judge").hide();
	$("#sponsor").hide();
	$("#grants").hide();
	
	$("#grants1").click(function(){
		$(this).text($(this).text() == 'Grants +' ? 'Grants -' : 'Grants +');
		$("#grants").slideToggle('slow');
	});
	
	$("#stats1").click(function(){
		$(this).text($(this).text() == 'Statistics +' ? 'Statistics -' : 'Statistics +');
		$("#stats").slideToggle('slow');
	});
	
	$("#sponsor1").click(function(){
		$(this).text($(this).text() == 'Sponsors +' ? 'Sponsors -' : 'Sponsors +');
		$("#sponsor").slideToggle('slow');
	});
	
	$("#quotes1").click(function(){
		$(this).text($(this).text() == 'Quotes +' ? 'Quotes -' : 'Quotes +');
		$("#quotes").slideToggle('slow');
	});
	
	$("#faq1").click(function(){
		$(this).text($(this).text() == 'FAQ +' ? 'FAQ -' : 'FAQ +');
		$("#faq").slideToggle('slow');
	});
	
	$("#utube1").click(function(){
		$(this).text($(this).text() == 'YouTube Help +' ? 'YouTube Help -' : 'YouTube Help +');
		$("#utube").slideToggle('slow');
	});
	
	$("#aboutus1").click(function(){
		$(this).text($(this).text() == 'Our Story +' ? 'Our Story -' : 'Our Story +');
		$("#aboutus").slideToggle('slow');
	});
	
	$("#staff1").click(function(){
		$(this).text($(this).text() == 'Staff +' ? 'Staff -' : 'Staff +');
		$("#staff").slideToggle('slow');
	});
	
	$("#bmember1").click(function(){
		$(this).text($(this).text() == 'Board Members +' ? 'Board Members -' : 'Board Members +');
		$("#bmember").slideToggle('slow');
	});
	
	$("#behind1").click(function(){
		$(this).text($(this).text() == 'Behind the WVN Film Festival +' ? 'Behind the WVN Film Festival -' : 'Behind the WVN Film Festival +');
		$("#behind").slideToggle('slow');
	});
	
	$("#judge1").click(function(){
		$(this).text($(this).text() == 'Judges +' ? 'Judges -' : 'Judges +');
		$("#judge").slideToggle('slow');
	});



});
