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