<!--
function otevriOkno(soubor,nazev,vlastnosti) 
{
noveOkno = window.open(soubor,nazev,vlastnosti)
}
