function showImage(url, imgControlId) {
  if (imgControl = document.getElementById(imgControlId))
    imgControl.src = url;
}