
  function imgChange(id, key)
  {
    document.getElementById('img-large').src = '/img/products/' + id + '-' + key + '-image.jpg'; 
  }
