function Jsort(Jpage, Jid, Jlink){
	var Jsort = document.getElementById(Jid)[document.getElementById(Jid).selectedIndex].value
	window.location = Jpage+'.php?order='+Jsort+Jlink;
}

function Jfilter(Jpage, Jid, Jlink){
	var Jfilter = document.getElementById(Jid)[document.getElementById(Jid).selectedIndex].value
	window.location = Jpage+'.php?tip_objekta_ID='+Jfilter+Jlink;
}

function Jvaluta(Jid){
	var Jvaluta = document.getElementById(Jid)[document.getElementById(Jid).selectedIndex].value
	window.location = '../sset/Svaluta.php?valuta_ID='+Jvaluta;
}

function Jjezik(Jid){
	var Jjezik = document.getElementById(Jid)[document.getElementById(Jid).selectedIndex].value
	window.location = '../sset/Sjezik.php?jezik_ID='+Jjezik;
}
