function changeProductImage( imageURL ) {
  document.getElementById('productImage').src = imageURL;
}
