{
graphic0= new Image();
graphic0.src = "images/rollover-off.gif";
graphic0on = new Image();
graphic0on.src = "images/rollover-on.gif";

graphic1= new Image();
graphic1.src = "images/rollover-off.gif";
graphic1on = new Image();
graphic1on.src = "images/rollover-on.gif";

graphic2= new Image();
graphic2.src = "images/rollover-off.gif";
graphic2on = new Image();
graphic2on.src = "images/rollover-on.gif";

//This is the function that calls for
//the change in the buttons

}
function imageChange(imageID,imageName,imageID2,imageName2) {

{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}
