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