		var current_sp=0;
		var startflag=0;

		function end(){
			startflag=0;
		}
		
		
		function wyrownaj_elementy(nazwa, lod, ldo){
			var o = new Array();
			var h = new Array();
			for(i=lod; i<=ldo; i++){
				o[i-lod] = document.getElementById(nazwa+i);
				h[i-lod] = o[i-lod].offsetHeight;
			}
			var maxh = h.max();
			for(i=lod; i<=ldo; i++){
				o[i-lod].style.height = maxh + 'px';
			}
		}
		
		Array.prototype.max = function() {
			var max = this[0];
			var len = this.length;
			for (var i = 1; i < len; i++) if (this[i] > max) max = this[i];
			return max;
		}
		
		function new_win(link, tytul, dlugosc, szerokosc)
		{
			window.open(link,'Lokalizacja '+tytul,"width="+dlugosc+",height="+szerokosc+",screenX=50,left=50,screenY=50,top=50,status=no,menubar=no");
		}
		
		function wysrodkuj_zdjecia(id, typ){
			if (typ==0){
				he = 140;
			} else if (typ==1){
				he = 105;
			}
			o = document.getElementById("r_zajawka"+id);
			h = o.offsetHeight;
			p = document.getElementById("photo"+id);
			l = document.getElementById("logo"+id);
			p.style.marginTop = Math.round((h-he)/2)+"px";
			l.style.marginTop = Math.round((h-he)/2)+"px";
		}
		
		function galeria_fix(ilosc){
			if (ilosc==1){
				o = document.getElementById("gal1");
				o.style.marginLeft = "190px";
			} else if (ilosc==2){
				o = document.getElementById("gal1");
				o.style.marginLeft = "130px";
			}  else if (ilosc==3){
				o = document.getElementById("gal1");
				o.style.marginLeft = "60px";
			} else if (ilosc==5){
				o = document.getElementById("gal5");
				o.style.marginLeft = "190px";
			} else if (ilosc==6){
				o = document.getElementById("gal5");
				o.style.marginLeft = "130px";
			}
			 else if (ilosc==7){
				o = document.getElementById("gal5");
				o.style.marginLeft = "60px";
			}
		}
		
		function new_win(link, tytul, dlugosc, szerokosc)
		{
			window.open(link,'Lokalizacja '+tytul,"width="+dlugosc+",height="+szerokosc+",screenX=50,left=50,screenY=50,top=50,status=no,menubar=no");
		}
