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