$(function() {
	$('.question-info').click(function() {
		$(this).next().toggle();		
		
		return false;
	});	
});
