function addAdres(j)
{
	
	var adres = document.getElementById("dodaj_"+j).href;

	var ilosc = document.getElementById("quantity_wanted_"+j).value;
	adres = adres + "&qq=" + ilosc;
	
}


