function otevri($src){
	window.open("detail.php?f="+$src, "Detail", "width=640, height=480");
	return;
}

function barva(tr,barva){
	tr.style.backgroundColor=barva;
	return true;
}

