$(document).ready(function() {
  $(".category-project-control-helpguide-view-contents-toggle").click( function() {
		$(".category-project-control-helpguide-view-contents").animate({height: 'toggle'}, { duration: "fast" });
	});
});