
function nowe_okno() {
window.open("pages/strona.html","nazwa_okna","toolbar=no,height=590px,width=450px");
}

