function openWindow(adress)
{
  newWindow = window.open(adress, 'Szczegóły', 'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no, status=no, width=850, height=550, left=30, top=30')
  newWindow.focus()
}
