$(
	function(){
		$('div.txtanswer').hide();
		$('div.txtQuestion').click(function(){$(this).next().toggle()});
	}
);
