function biblewindow_pl(what) {
    okno=window.open('http://www.biblia.net.pl/cgi-bin/biblia.cgi?'+what+'/o', "", "resizable, scrollbars, height=250, width=600, left=50, top=50").focus;
    //okno.setTimeout('self.close', 5000);
};

function biblewindow_en(what) {
    //okno=window.open('http://www.biblia.net.pl/cgi-bin/biblia.cgi?'+what+'/o/tav', "", "resizable, scrollbars, height=250, width=600, left=50, top=50").focus;
    okno=window.open('http://www.biblegateway.com/bible?passage='+what+'', "", "resizable, scrollbars, height=500, width=800, left=0, top=50").focus;
    //okno.setTimeout('self.close', 5000);
};

