	$(document).ready(
	function()
	{
		$(".lista_rozwijana").children("h4").click( function() { $(this).next("p").toggle(); });
	});

