var nn6 = document.getElementById&&!document.all;

function findValue(li) {

	if( li == null ) return alert("No match!");

	document.getElementById('navsearch').value = "Ladataan tuotetta..";
	
	location.href='http://www.tulostinmuste24.com/' + li.selectId;
}

function selectItem(li) {

	findValue(li);
}

function formatItem(row) {
	return row[0];
}

$(document).ready(function() {
	$("#navsearch").autocomplete(
		"autocomplete.php",
		{
			delay:300,
			minChars:2,
			matchSubset:1,
			matchContains:4,
			cacheLength:100,
			maxItemsToShow: 18,
			width: 600,
			onItemSelect:selectItem,
			onFindValue:findValue,
			formatItem:formatItem,
			autoFill:false
		}
	);
});
function Siirry(product_id)
{
	window.open('http://www.tulostinmuste24.com/siirry/' + product_id + '', '_blank');
}