$(document).ready(function(){
	$('#wyslij_oferte').validate();
	
	$('#oferty_na_email').validate();
	
	$("h3.H3opis").toggle(function(){
		$(this).next().hide("slow");

		}, function () {
			$(this).next().show("slow");
	});

	

	
	$(".oferty_holder h3").toggle(function(){		
		$(this).next("div.zbior_specjalnych").hide();
		}, function () {
			$(this).next("div.zbior_specjalnych").show();
	});

	
  });

