function showImage(imgName) {
 if (document.images) {
  document.autoImg.src = imgName;
 }
}
