$(document).ready(function() {
	
	var effect = function(el, n, o) {
			
		$(window).load(function(){   
			
			$('#gora').addClass("current").show(n, o, 2000, function() {
				var self = this;
				window.setTimeout(function() {
				}, 1000);
			});
		});
		
	};
		

//effect("#blindHorizontally", "blind", { direction: "horizontal" });
//effect("#blindVertically", "blind", { direction: "vertical" });
	
//effect("#bounce3times", "bounce", { times: 1 });
//effect("#scale", "scale", { percent: 5 });

	//effect("#clipHorizontally", "clip", { direction: "horizontal" });
	//effect("#clipVertically", "clip", { direction: "vertical" });
	
//effect("#dropDown", "drop", { direction: "down" });
//effect("#dropUp", "drop", { direction: "up" });
//effect("#dropLeft", "drop", { direction: "left" });
  //effect("#dropRight", "drop", { direction: "right" });
	
effect("#explode9", "explode", { pieces: 12 });
//effect("#explode36", "explode", { pieces: 36 });

	//effect("#fold", "fold", { size: 200 });
	
//effect("#highlight", "highlight", {  });
	
	//effect("#pulsate", "pulsate", { times: 2 });
	
//effect("#puff", "puff", { times: 1 });
	
	
	//$(window).load(function(){ $('#caly').addClass("current").effect("shake", {}, 1000, function() { $(this).removeClass("current"); }); });
	
	//effect("#slideDown", "slide", { direction: "down" });
	//effect("#slideUp", "slide", { direction: "up" });
	//effect("#slideLeft", "slide", { direction: "left" });
	//effect("#slideRight", "slide", { direction: "right" });
	
	//$(window).load(function(){ $('#caly').addClass("current").effect("transfer", { to: "div:eq(0)" }, 1000, function() { $('#caly').removeClass("current"); }); });
	
});


$(document).ready(function() {
	
	var effect = function(el, n, o) {
			
		$(window).load(function(){   
			
			$('#degora').addClass("current").show(n, o, 2000, function() {
				var self = this;
				window.setTimeout(function() {
				}, 1000);
			});
		});
		
	};
		

//effect("#blindHorizontally", "blind", { direction: "horizontal" });
//effect("#blindVertically", "blind", { direction: "vertical" });
	
//effect("#bounce3times", "bounce", { times: 1 });
//effect("#scale", "scale", { percent: 5 });

	//effect("#clipHorizontally", "clip", { direction: "horizontal" });
	//effect("#clipVertically", "clip", { direction: "vertical" });
	
//effect("#dropDown", "drop", { direction: "down" });
//effect("#dropUp", "drop", { direction: "up" });
//effect("#dropLeft", "drop", { direction: "left" });
  //effect("#dropRight", "drop", { direction: "right" });
	
effect("#explode9", "explode", { pieces: 12 });
//effect("#explode36", "explode", { pieces: 36 });

	//effect("#fold", "fold", { size: 200 });
	
//effect("#highlight", "highlight", {  });
	
	//effect("#pulsate", "pulsate", { times: 2 });
	
//effect("#puff", "puff", { times: 1 });
	
	
	//$(window).load(function(){ $('#caly').addClass("current").effect("shake", {}, 1000, function() { $(this).removeClass("current"); }); });
	
	//effect("#slideDown", "slide", { direction: "down" });
	//effect("#slideUp", "slide", { direction: "up" });
	//effect("#slideLeft", "slide", { direction: "left" });
	//effect("#slideRight", "slide", { direction: "right" });
	
	//$(window).load(function(){ $('#caly').addClass("current").effect("transfer", { to: "div:eq(0)" }, 1000, function() { $('#caly').removeClass("current"); }); });
	
});

$(document).ready(function() {
	
	var effect = function(el, n, o) {
			
		$(window).load(function(){   
			
			$('#engora').addClass("current").show(n, o, 2000, function() {
				var self = this;
				window.setTimeout(function() {
				}, 1000);
			});
		});
		
	};
		

//effect("#blindHorizontally", "blind", { direction: "horizontal" });
//effect("#blindVertically", "blind", { direction: "vertical" });
	
//effect("#bounce3times", "bounce", { times: 1 });
//effect("#scale", "scale", { percent: 5 });

	//effect("#clipHorizontally", "clip", { direction: "horizontal" });
	//effect("#clipVertically", "clip", { direction: "vertical" });
	
//effect("#dropDown", "drop", { direction: "down" });
//effect("#dropUp", "drop", { direction: "up" });
//effect("#dropLeft", "drop", { direction: "left" });
  //effect("#dropRight", "drop", { direction: "right" });
	
effect("#explode9", "explode", { pieces: 12 });
//effect("#explode36", "explode", { pieces: 36 });

	//effect("#fold", "fold", { size: 200 });
	
//effect("#highlight", "highlight", {  });
	
	//effect("#pulsate", "pulsate", { times: 2 });
	
//effect("#puff", "puff", { times: 1 });
	
	
	//$(window).load(function(){ $('#caly').addClass("current").effect("shake", {}, 1000, function() { $(this).removeClass("current"); }); });
	
	//effect("#slideDown", "slide", { direction: "down" });
	//effect("#slideUp", "slide", { direction: "up" });
	//effect("#slideLeft", "slide", { direction: "left" });
	//effect("#slideRight", "slide", { direction: "right" });
	
	//$(window).load(function(){ $('#caly').addClass("current").effect("transfer", { to: "div:eq(0)" }, 1000, function() { $('#caly').removeClass("current"); }); });
	
});

$(document).ready(function() {
	
	$("div.goralewa")
		.hover(function() {
			$(this).addClass("hover");
		}, function() {
			$(this).removeClass("hover");
		})
		;
	
	
	var effect = function(el, n, o) {
		
		$.extend(o, {
			easing: "easeOutQuint"
		});
		
		$('.firma').click(function(){   
			
			$('#goralewa').addClass("current").hide(n, o, 6000, function() {
				var self = this;
				window.setTimeout(function() {
					$(self).show(n, o, 6000, function() { $('#goralewa').removeClass("current"); });
				}, 6000);
			});
		});
		
	};
effect("#blindHorizontally", "blind", { direction: "horizontal" });
//effect("#blindVertically", "blind", { direction: "vertical" });
//effect("#bounce3times", "bounce", { times: 2 });
//effect("#scale", "scale", { percent: 80 });

	//effect("#clipHorizontally", "clip", { direction: "horizontal" });
  //effect("#clipVertically", "clip", { direction: "vertical" });
	
//effect("#dropDown", "drop", { direction: "down" });
//effect("#dropUp", "drop", { direction: "up" });
//effect("#dropLeft", "drop", { direction: "left" });
  //effect("#dropRight", "drop", { direction: "right" });
	
//effect("#explode9", "explode", { pieces: 9 });
//effect("#explode36", "explode", { pieces: 36 });

//effect("#fold", "fold", { size: 48 });
	
//effect("#highlight", "highlight", {  });
	
//effect("#pulsate", "pulsate", { times: 2 });
	
//effect("#puff", "puff", { times: 2 });
	
	
	//$("#shake").bind("click", function() { $(this).addClass("current").effect("shake", {}, 100, function() { $(this).removeClass("current"); }); });
	
	//effect("#slideDown", "slide", { direction: "down" });
	//effect("#slideUp", "slide", { direction: "up" });
//effect("#slideLeft", "slide", { direction: "left" });
//effect("#slideRight", "slide", { direction: "right" });
	
	//$('#menu a').click(function(){ $('#gora2').addClass("current").effect("transfer", { to: "div:eq(0)" }, 1000, function() { $('#gora2').removeClass("current"); }); });
	
		});
		
$(document).ready(function() {
	
	$("div.goraprawa")
		.hover(function() {
			$(this).addClass("hover");
		}, function() {
			$(this).removeClass("hover");
		})
		;
	
	
	var effect = function(el, n, o) {
		
		$.extend(o, {
			easing: "easeOutQuint"
		});
		
		$('.firma').click(function(){   
			
			$('#goraprawa').addClass("current").hide(n, o, 6000, function() {
				var self = this;
				window.setTimeout(function() {
					$(self).show(n, o, 6000, function() { $('#goraprawa').removeClass("current"); });
				}, 6000);
			});
		});
		
	};
effect("#blindHorizontally", "blind", { direction: "horizontal" });
//effect("#blindVertically", "blind", { direction: "vertical" });
//effect("#bounce3times", "bounce", { times: 2 });
//effect("#scale", "scale", { percent: 80 });

//effect("#clipHorizontally", "clip", { direction: "horizontal" });
//effect("#clipVertically", "clip", { direction: "vertical" });
	
//effect("#dropDown", "drop", { direction: "down" });
//effect("#dropUp", "drop", { direction: "up" });
//effect("#dropLeft", "drop", { direction: "left" });
//effect("#dropRight", "drop", { direction: "right" });
	
//effect("#explode9", "explode", { pieces: 9 });
//effect("#explode36", "explode", { pieces: 36 });

	//effect("#fold", "fold", { size: 48 });
//effect("#highlight", "highlight", {  });
	
//effect("#pulsate", "pulsate", { times: 2 });
	
//effect("#puff", "puff", { times: 2 });
	
	
	//$("#shake").bind("click", function() { $(this).addClass("current").effect("shake", {}, 100, function() { $(this).removeClass("current"); }); });
	
	//effect("#slideDown", "slide", { direction: "down" });
//effect("#slideUp", "slide", { direction: "up" });
//	effect("#slideLeft", "slide", { direction: "left" });
//effect("#slideRight", "slide", { direction: "right" });
	
	//$('#menu a').click(function(){ $('#gora2').addClass("current").effect("transfer", { to: "div:eq(0)" }, 1000, function() { $('#gora2').removeClass("current"); }); });
	
		});
		
$(document).ready(function() {
	
	$("div.tekst")
		.hover(function() {
			$(this).addClass("hover");
		}, function() {
			$(this).removeClass("hover");
		})
		;
	
	
	var effect = function(el, n, o) {
		
		$.extend(o, {
			easing: "easeOutQuint"
		});
		
		$('.srodek').click(function(){   
			
			$('#tekst').addClass("current").hide(n, o, 1000, function() {
				var self = this;
				window.setTimeout(function() {
					$(self).show(n, o, 1000, function() { $('#tekst').removeClass("current"); });
				}, 1000);
			});
		});
		
	};
		

//effect("#blindHorizontally", "blind", { direction: "horizontal" });
//effect("#blindVertically", "blind", { direction: "vertical" });
	
//effect("#bounce3times", "bounce", { times: 1 });
//effect("#scale", "scale", { percent: 5 });

//effect("#clipHorizontally", "clip", { direction: "horizontal" });
//effect("#clipVertically", "clip", { direction: "vertical" });
	
//effect("#dropDown", "drop", { direction: "down" });
//effect("#dropUp", "drop", { direction: "up" });
//effect("#dropLeft", "drop", { direction: "left" });
//effect("#dropRight", "drop", { direction: "right" });
	
	//effect("#explode9", "explode", {  });
//effect("#explode36", "explode", { pieces: 36 });

	//effect("#fold", "fold", { size: 48 });
	
	//effect("#highlight", "highlight", {  });
	
	//effect("#pulsate", "pulsate", { times: 2 });
	
	//effect("#puff", "puff", { times: 2 });
	
	
	//$("#shake").bind("click", function() { $(this).addClass("current").effect("shake", {}, 100, function() { $(this).removeClass("current"); }); });
	
	//effect("#slideDown", "slide", { direction: "down" });
	//effect("#slideUp", "slide", { direction: "up" });
	//effect("#slideLeft", "slide", { direction: "left" });
effect("#slideRight", "slide", { direction: "right" });
	
	//$('#menu a').click(function(){ $('#gora2').addClass("current").effect("transfer", { to: "div:eq(0)" }, 1000, function() { $('#gora2').removeClass("current"); }); });
	
});
$(document).ready(function() {
	
	$("div.tekst")
		.hover(function() {
			$(this).addClass("hover");
		}, function() {
			$(this).removeClass("hover");
		})
		;
	
	
	var effect = function(el, n, o) {
		
		$.extend(o, {
			easing: "easeOutQuint"
		});
		
		$('.mapa').click(function(){   
			
			$('#tekst').addClass("current").hide(n, o, 1000, function() {
				var self = this;
				window.setTimeout(function() {
					$(self).show(n, o, 1000, function() { $('#tekst').removeClass("current"); });
				}, 1000);
			});
		});
		
	};
		

//effect("#blindHorizontally", "blind", { direction: "horizontal" });
//effect("#blindVertically", "blind", { direction: "vertical" });
	
//effect("#bounce3times", "bounce", { times: 1 });
//effect("#scale", "scale", { percent: 5 });

//effect("#clipHorizontally", "clip", { direction: "horizontal" });
effect("#clipVertically", "clip", { direction: "vertical" });
	
//effect("#dropDown", "drop", { direction: "down" });
//effect("#dropUp", "drop", { direction: "up" });
//effect("#dropLeft", "drop", { direction: "left" });
  //effect("#dropRight", "drop", { direction: "right" });
	
	//effect("#explode9", "explode", {  });
//effect("#explode36", "explode", { pieces: 36 });

	//effect("#fold", "fold", { size: 48 });
	
	//effect("#highlight", "highlight", {  });
	
	//effect("#pulsate", "pulsate", { times: 2 });
	
	//effect("#puff", "puff", { times: 2 });
	
	
	//$("#shake").bind("click", function() { $(this).addClass("current").effect("shake", {}, 100, function() { $(this).removeClass("current"); }); });
	
	//effect("#slideDown", "slide", { direction: "down" });
	//effect("#slideUp", "slide", { direction: "up" });
	//effect("#slideLeft", "slide", { direction: "left" });
	//effect("#slideRight", "slide", { direction: "right" });
	
	//$('#menu a').click(function(){ $('#gora2').addClass("current").effect("transfer", { to: "div:eq(0)" }, 1000, function() { $('#gora2').removeClass("current"); }); });
	
});