

function nove_okno(url, jmeno, w, h) {
    var win = window.open(url, jmeno,'resizable=1,toolbar=1, scrollbars=1, top=120,left=400, menubar=0, width=' + 400 + ',height=' + 200);
if (win) return false;
else return true
}
