$(document).ready(function(){
	$('#expand').click(function(){
		$('.userCommentExpand').slideToggle();
	});
});
