// JavaScript Document

$().ready(function() {
	$("#culica").autocomplete("get_street_list.php", {
		width: 200,
		matchContains: true,
		selectFirst: false
	});
});

$().ready(function() {
	$("#cmiasto").autocomplete("get_city_list.php", {
		width: 150,
		matchContains: true,
		selectFirst: false
	});
});

