function Stranka(Str, Kniha, Id) {
	window.location = "hledani.aspx?Kniha="+Kniha+"&Id="+Id;
}