$("a#slideToggle").click(function(){
		$(this).next().slideToggle('slow');
	});