	$(document).ready(
	function()
	{
		$("#QUERY2").children("i").click( function() { $(this).next("#WIECEJ").toggle(); });
	});
