	
$(function() {
	$('.show_comments').click(function () {
		$("."+this.id).animate({height: 'toggle'}, 200);
	});
});	
