okno_otevreno = 0;
function k(e){if(!e)var e=window.event;switch(e.keyCode){case 27: window.close();break;}}
function detailniokno(soubor){if(okno_otevreno!=0){okno.close();}okno=window.open(soubor,"okno","width=450,height=660,top=0,left=0,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no");okno_otevreno=1;}
function prazdneokno(soubor){if(okno_otevreno!=0){okno.close();}okno=window.open(soubor,"okno","width=600,height=450,top=0,left=0,resizable=yes,scrollbars=auto,toolbar=no,menubar=no,location=no");okno_otevreno=1;}
