function okno(cesta,nazev) {
window.open(cesta, nazev, "width=950,height=600,menubar=yes,resizable=yes,scrollbars=yes")
}
