function ItemAttributeColor()
{ 

  var itemColor = document.getElementById("Color").value;
  document.getElementById("Product").value += itemColor;

}