function noweOkno(rysunek) 


{
oknoFoto = window.open(rysunek, 'oknoFoto', 'width=550, height=550, scrollbars=no')
oknoFoto.focus()
}
