$(function(){
	
	$('#search_container h3').click(function(){
		$(this).next().slideToggle(800);
	});
});
