// JavaScript Document

function filtr(parametr,hodnota,adresa) {
	//alert(location.protocol+"//"+location.hostname+adresa);
	//self.location.href = location.protocol+"//"+location.hostname+"/"+adresa+"&kolekce="+kolekce;
	self.location.href = adresa+"&"+parametr+"="+hodnota;
}

function clear_search() {
		document.getElementById('hledej').value = "";
}
