function showImage(imageId, imageLoc)
{
  imageId.src = imageLoc;
}
