function wyswietl(url, width, height) {
        var Win = window.open(url,"wyswietl",'scrollbars,height=500,width=650,top=10,left=10');
}

