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