
jQuery(document).ready(function($){


$('#opp_toolbox h3').click(function(){

	$(this).children().toggleClass('done');
	$(this).next('p').animate({"padding-top":"toggle","padding-bottom":"toggle","marginTop":"toggle","marginBottom":"toggle","height": "toggle", "opacity": "toggle"}, "slow");	

});

});
