					$(function () {			
							var tabContainers = $('#sklepy_p0 > div');
							
							$('map.tabNavigation area').click(function () {
									tabContainers.hide();
									tabContainers.filter(this.hash).fadeIn();
									
									$('.tabs').height($('#sklepy_p0').height()+320);
									$('.tabs div.pietra').css('margin-top',320);
									 $('html, body').scrollTop(5000);
									
									$('map.tabNavigation area').removeClass('selected');
									$(this).addClass('selected');
									return false;
							}).filter(':first').click();
					});

	
					$(function () {
							var tabContainers = $('#sklepy_p1 > div');							
						
							$('map.tabNavigation1 area').click(function () {
									tabContainers.hide();
									tabContainers.filter(this.hash).fadeIn();
									
									$('.tabs').height($('#sklepy_p1').height()+320);
									$('.tabs div.pietra').css('margin-top',320);
									 $('html, body').scrollTop(5000);
									$('map.tabNavigation1 area').removeClass('selected');
									$(this).addClass('selected');
									return false;
							}).filter(':first').click();
					});
					
					
					$(function () {
							var tabContainers = $('#sklepy_p2 > div');							

							$('map.tabNavigation2 area').click(function () {
									tabContainers.hide();
									tabContainers.filter(this.hash).fadeIn();
									
									$('.tabs').height($('#sklepy_p2').height()+320);
									$('.tabs div.pietra').css('margin-top',320);
									 $('html, body').scrollTop(5000);
									$('map.tabNavigation2 area').removeClass('selected');
									$(this).addClass('selected');
									return false;
							}).filter(':first').click();
					});