
function obr(obrazek,width,height) {
    window.open(obrazek, "", "toolbar=no,directories=no,menubar=no,width=" + width + ",height=" + height + ",scrollbars=no,titlebar=0,resizable=0");
}

