/*     $(function(){
     $("#pojBox").click(function(){
       $("#pojBox").fadeOut(2000);  
      });
     
     $("a").click(function(){
       $("#pojBox").fadeIn('normal');  
      });
    });
*/
/* $(function(){

		
	$("a.toggleTwo").click(function(){	
			$(".pojTwo .pojBottom").slideToggle("slow");
			$(this.parentNode).toggleClass('colorRed');		
		});
		
	
	
});*/
 
 $(document).ready(function(){

	//Hide (Collapse) the toggle containers on load
	$(".toggle_container").hide(); 

	//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
	$("h2.trigger").click(function(){
		$(this).toggleClass("active").next().slideToggle("slow");
		return false; //Prevent the browser jump to the link anchor
	});

});
 
  $(document).ready(function(){

	//Hide (Collapse) the toggle containers on load
	$(".toggle_container_show_promo").hide(); 

	//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
	$("h2.trigger_show_promo").click(function(){
		$(this).toggleClass("active").next().slideToggle("slow");
		return false; //Prevent the browser jump to the link anchor
	});

});
  
    $(document).ready(function(){

	//Hide (Collapse) the toggle containers on load
	$(".toggle_container_show_zabiegi").hide(); 

	//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
	$("h2.trigger_show_zabiegi").click(function(){
		$(this).toggleClass("active").next().slideToggle("slow");
		return false; //Prevent the browser jump to the link anchor
	});

});
	
	    $(document).ready(function(){

	//Hide (Collapse) the toggle containers on load
	$(".toggle_container_dietetyka").hide(); 

	//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
	$("h2.trigger_dietetyka").click(function(){
		$(this).toggleClass("active").next().slideToggle("slow");
		return false; //Prevent the browser jump to the link anchor
	});

});
  
  
  $(document).ready(function(){

	//Hide (Collapse) the toggle containers on load
	$(".infopromo").hide(); 

	//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
	$(".infobutton").click(function(){
		$(this).toggleClass("active").next().slideToggle("slow");
		return false; //Prevent the browser jump to the link anchor
	});

});  
