<!--

function textokno(soubor, sirka, vyska) {
 window.open(soubor, '_blank', 'toolbar=0, location=0, status=0, menubar=0, scrollbar=0, resizable=0, width='+sirka+', height='+vyska);
}

//-->
