function podrob(i) {
	p = window.open("nahled.php?name="+i, "nahled", "scrollbars=0,width=450,height=350,left=150,top=60");
	p.focus();
}