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



function podminky(soubor, sirka, vyska) {
 window.open(soubor, '_blank', '>toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, width='+sirka+', height='+vyska);
}
