function okno(url, width, height) {
        var win = window.open(url,"okno",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}

function Laduj(Adres) {if (Adres!="") location=Adres;}


