function Obrazki(nazwa){
oknoObrazki=window.open(nazwa, 'oknoObr', 'width=670,height=685');
oknoObrazki.focus();
}
