function onErrorProductImage(img){
  var div = document.getElementById(img);
  div.style.display = 'none';
}

function onErrorProductImageBusiness(img, span){
  span.style.display = "";
}
