//This script changes the graphic on mouse over and a graphic in
//another part of the screen

{

alt0 = new Image();
alt0.src = "/images/chess.jpg";
alt1 = new Image();
alt1.src = "/images/ribbon.jpg";
alt2 = new Image();
alt2.src = "/images/dart.jpg";
alt3 = new Image();
alt3.src = "/images/briefcase.jpg";
alt4 = new Image();
alt4.src = "/images/phone.jpg";

}
function imageChange(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
}

}

