$(document).ready(function()
{  
  $('.fotozoomy a').lightBox();
});

function openWindow(url, width, height) {
  var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}

function zapisz_newsletter() {
  document.getElementById('foot_newsletter').submit();
}

function change_scroll()
{
  window.scroll(0,620);
}
