$().ready(function() {
	$("#search-header").autocomplete("download/includes/get_list.php", {
		width: 390,
		matchContains: true,
		//mustMatch: true,
		minChars: 0,
		//multiple: true,
		//highlight: false,
		//multipleSeparator: ",",
		selectFirst: false
	});
});

