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