//JS file





	function stopAll(){


		$("#sprovider").stop();


		$("#volunteers").stop();


		$("#donatetoday").stop();


		$("#sponsors").stop();


	}


	


	function resetWidth(){


		stopAll();


		$("#sprovider").animate({width: "216px"}, "fast");


		$("#volunteers").animate({width: "222px"}, "fast");


		$("#donatetoday").animate({width: "213px"}, "fast");


		$("#sponsors").animate({width: "222px"}, "fast");


	}


	


	function goProvider(){


		stopAll();


		$("#sprovider").animate({width: "290px"}, "fast");


		$("#volunteers").animate({width: "193px"}, "fast");


		$("#donatetoday").animate({width: "190px"}, "fast");


		$("#sponsors").animate({width: "200px"}, "fast");


	}


	


	function goVol(){


		stopAll();


		$("#sprovider").animate({width: "200px"}, "fast");


		$("#volunteers").animate({width: "290px"}, "fast");


		$("#donatetoday").animate({width: "190px"}, "fast");


		$("#sponsors").animate({width: "193px"}, "fast");


	}


	


	function goDonate(){


		stopAll();


		$("#sprovider").animate({width: "190px"}, "fast");


		$("#volunteers").animate({width: "190px"}, "fast");


		$("#donatetoday").animate({width: "300px"}, "fast");


		$("#sponsors").animate({width: "192px"}, "fast");


	}


	


	function goSpon(){


		stopAll();


		$("#sprovider").animate({width: "200px"});


		$("#volunteers").animate({width: "192px"});;


		$("#donatetoday").animate({width: "190px"});;


		$("#sponsors").animate({width: "290px"});;


	}


	


	function showDonate(){


		$("#rdonatebox").slideToggle("normal");


		$(".donatearrow").toggleClass("acarrow");


		//$("#donatearrow:hidden").html("<img src='imgs/donate_arrow_down.jpg' width='16' height='16' alt='Donate Arrow Up'>");


	}


	


	function showSignup(){


		$("#rsignupbox").slideToggle();


		$(".sulightarrow").toggleClass("uplightarrow");


	}


	


	function showFeedback(){


		$("#rfeedbackbox").slideToggle();


		$(".fblightarrow").toggleClass("uplightarrow");


	}


	


	function showFaq(){


		$("#rfaqsbox").slideToggle();


		$(".faqlightarrow").toggleClass("uplightarrow");


	}
