{
logo = new Image();
logo.src = "graphics/logo-pic.jpg";

img1 = new Image();
img1.src = "graphics/logo-pic.jpg";

img2 = new Image();
img2.src = "graphics/hawaii.jpg";

img3 = new Image();
img3.src = "graphics/sedona.jpg";

img4 = new Image();
img4.src = "graphics/arches.jpg";

img5 = new Image();
img5.src = "graphics/cats.jpg";

}
function imageChange(imageID,imageName,imageID2,imageName2,imageID3,imageName3,imageID4,imageName4,imageID5,imageName5)
{
{
document.images[imageID].src = eval(imageName + ".src");
}
}
