function UpdateQty(item) {
  ID = item.name;
  newQty = item.options[item.selectedIndex].text;

  document.location.href = 'index.php?page=card&action=change&id='+ID+'&ilosc='+newQty;
}

