		var flagastartu=0;
    function zmienkategorie(i){
			if (flagastartu==0){
				flagastartu=1;
				startGETRequest('kategorie.asp?i='+i, zmianamenu, koniec);
			}
		}
		
		function zmienaofertywagencji(i, age){
			if (flagastartu==0){
				sprzedaz = document.getElementById('sprzedaz');
				wynajem = document.getElementById('wynajem');
				if (i==1){
					sprzedaz.style.background = '#f6090a'; 
					sprzedaz.style.fontWeight = 'bold';
					wynajem.style.background = '#c6c4c5'; 
					wynajem.style.fontWeight = 'normal';
				}
				else{
					wynajem.style.background = '#f6090a'; 
					wynajem.style.fontWeight = 'bold';
					sprzedaz.style.background = '#c6c4c5'; 
					sprzedaz.style.fontWeight = 'normal';
				}
				flagastartu=1;
				startGETRequest('ofertyagencji.asp?i='+i+'&a='+age, zmianaoferty, koniec);
			}
		}
		
		function zmianaoferty(tekst, tekst2){
			div = document.getElementById('ofertyagencji');
			div.innerHTML=tekst;
		}
		
		function zmianamenu(tekst, tekst2){
			menu1 = document.getElementById('right_menu1_span1');
			menu2 = document.getElementById('right_menu1_span2');
			menu3 = document.getElementById('right_menu1_span3');
			menu11 = document.getElementById('right_menu2_span1');
			menu12 = document.getElementById('right_menu2_span2');
			menu13 = document.getElementById('right_menu2_span3');
			menu21 = document.getElementById('right_menu3_span1');
			menu22 = document.getElementById('right_menu3_span2');
			menu23 = document.getElementById('right_menu3_span3');
			srodek = document.getElementById('right_menu1_middle');
			var podzial = tekst.split(':;:');
			srodek.innerHTML=podzial[1];
			if (podzial[0]=='1'){
				menu11.style.fontWeight = 'bold';
				menu21.style.fontWeight = 'bold';
				menu12.style.fontWeight = 'normal';
				menu22.style.fontWeight = 'normal';
				menu13.style.fontWeight = 'normal';
				menu23.style.fontWeight = 'normal';
				menu1.style.fontWeight = 'bold';
				menu2.style.fontWeight = 'normal';
				menu3.style.fontWeight = 'normal';
			}
			if (podzial[0]=='2'){
				menu12.style.fontWeight = 'bold';
				menu22.style.fontWeight = 'bold';
				menu11.style.fontWeight = 'normal';
				menu21.style.fontWeight = 'normal';
				menu13.style.fontWeight = 'normal';
				menu23.style.fontWeight = 'normal';
				menu2.style.fontWeight = 'bold';
				menu1.style.fontWeight = 'normal';
				menu3.style.fontWeight = 'normal';
			}
			if (podzial[0]=='3'){
				menu13.style.fontWeight = 'bold';
				menu23.style.fontWeight = 'bold';
				menu12.style.fontWeight = 'normal';
				menu22.style.fontWeight = 'normal';
				menu11.style.fontWeight = 'normal';
				menu21.style.fontWeight = 'normal';
				menu3.style.fontWeight = 'bold';
				menu2.style.fontWeight = 'normal';
				menu1.style.fontWeight = 'normal';
			}
			flagastartu=0;
		}

		function koniec(){
			flagastartu=0;
		}
		
		function otworzoknozplikami(id, kod){
			window.open('uploadzdjec.asp?i='+id+'&k='+kod, 'Upload zdjec', 'width=1000', 'height=400'); 
		}