function ImageChange(imageName, imagePath){ document.images[imageName].src = imagePath; }