
var auto_nazwa = new Ajax.Autocompleter('nazwa', 'autocomplete_choices', 'Odb_PobierzNazwe.php', 
		     {
                      minChars: 2,
		      afterUpdateElement: function() { Szukaj(); }
		     });

