
	var strona='http://www.pzm.pl/';
	var przypisanieId='1';
	

		function wyslij()
		{
			var url=strona+',c,'+przypisanieId+',w,'+document.getElementById('szukane').value;
			//alert(url);
			document.location=url;
		}

