function nowe_okno(plik,szer,wys){
    w=window.open(plik,'','resizable=no,scrollbars=no,height='+wys+',width='+szer);
  }
  
//Jquery actions

$(document).ready(function(){
  $("a.lightbox").colorbox({transition:"fade", rel: $(this).attr("rel")});
});

