$(document).ready(function(){


  //$('#mainmenu36 ul').hide(); //zrobione stylami
  $('.leftmenu li.current > ul').show();
  
  
  $('img[alt*="ICHP"]').each(function() {
    var link = $(this).attr('src');
    $(this).wrap('<a href="' + link + '" class="thickbox" rel="gal-nr-1"></a>');
  });
  
  
  
  
  
//on page load call tb_init
	tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
	//imgLoader = new Image();// preload image
	//imgLoader.src = tb_pathToImage;
 
  
});

