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