function show(imageName, imageLocation) {
  if (document.images) document.images[imageName].src = imageLocation;
}
