function chgIt(imageNameToChange, imageFileToShow) { 
  if (document.images) { document[imageNameToChange].src = imageFileToShow; }
}