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