$(document).ready(function(){											
	$("#body #content .section a.expand").click(function () {
		$(this).parents('.section').find('.hide').slideToggle('slow');
		$(this).parents('p').hide();
	}); 
});
	 

