World = new Image(); World.src = "img-World-intl.jpg"; MiddleEast = new Image(); MiddleEast.src = "img-MiddleEastBlue-intl.jpg"; FarEast = new Image(); FarEast.src = "img-FarEastBlue-intl.jpg"; Europe = new Image(); Europe.src = "img-EuropeBlue-intl.jpg"; America = new Image(); America.src = "img-AmericaBlue-intl.jpg"; Africa = new Image(); Africa.src = "img-AfricaBlue-intl.jpg"; function changeImagemap(newImage) { document ['boxImage'].src = eval(newImage+".src"); }