 









function wejdz_do_powiatu($id) {
	
	
	var mapa = new Request.HTML({url:'novita.com.pl/ajaxphp/dystrybutorzy3.php5?id='+$id, 
		onSuccess: function(html) {
			document.getElementById('dystrybutorzy_woj').innerHTML=this.response.text;	
		},

		onFailure: function() {
			$('dystrybutorzy_woj').set('text', 'The request failed.');
		}
	});
	
	mapa.send('novita.com.pl/ajaxphp/dystrybutorzy3.php5?id='+$id);
	
}






