//This script changes the graphic on mouse over and a graphic in
//another part of the screen

{
alt0 = new Image();
alt0.src = "images/01a.jpg";
alt1 = new Image();
alt1.src = "images/01a.jpg";
alt2 = new Image();
alt2.src = "images/02a.jpg";
alt3 = new Image();
alt3.src = "images/03a.jpg";
alt4 = new Image();
alt4.src = "images/04a.jpg";
alt5 = new Image();
alt5.src = "images/05a.jpg";
alt6 = new Image();
alt6.src = "images/06a.jpg";
alt7 = new Image();
alt7.src = "images/07a.jpg";
alt8 = new Image();
alt8.src = "images/08a.jpg";
alt9 = new Image();
alt9.src = "images/09a.jpg";
alt10 = new Image();
alt10.src = "images/10a.jpg";
alt11 = new Image();
alt11.src = "images/11a.jpg";
alt12 = new Image();
alt12.src = "images/12a.jpg";
alt13 = new Image();
alt13.src = "images/13a.jpg";
alt14 = new Image();
alt14.src = "images/14a.jpg";
alt15 = new Image();
alt15.src = "images/15a.jpg";
alt16 = new Image();
alt16.src = "images/16a.jpg";
alt17 = new Image();
alt17.src = "images/17a.jpg";
alt18 = new Image();
alt18.src = "images/18a.jpg";
alt19 = new Image();
alt19.src = "images/19a.jpg";
alt20 = new Image();
alt20.src = "images/20a.jpg";
graphic1= new Image();
graphic1.src = "images/01.jpg";
graphic1on = new Image();
graphic1on.src = "images/01.jpg";
graphic2= new Image();
graphic2.src = "images/02.jpg";
graphic2on = new Image();
graphic2on.src = "images/02.jpg";
graphic3= new Image();
graphic3.src = "images/03.jpg";
graphic3on = new Image();
graphic3on.src = "images/03.jpg";
graphic4= new Image();
graphic4.src = "images/04.jpg";
graphic4on = new Image();
graphic4on.src = "images/04.jpg";
graphic5= new Image();
graphic5.src = "images/05.jpg";
graphic5on = new Image();
graphic5on.src = "images/05.jpg";
graphic6= new Image();
graphic6.src = "images/06.jpg";
graphic6on = new Image();
graphic6on.src = "images/06.jpg";
graphic7= new Image();
graphic7.src = "images/07.jpg";
graphic7on = new Image();
graphic7on.src = "images/07.jpg";
graphic8= new Image();
graphic8.src = "images/08.jpg";
graphic8on = new Image();
graphic8on.src = "images/08.jpg";
graphic9= new Image();
graphic9.src = "images/09.jpg";
graphic9on = new Image();
graphic9on.src = "images/09.jpg";
graphic10= new Image();
graphic10.src = "images/10.jpg";
graphic10on = new Image();
graphic10on.src = "images/10.jpg";
graphic11= new Image();
graphic11.src = "images/11.jpg";
graphic11on = new Image();
graphic11on.src = "images/11.jpg";
graphic12= new Image();
graphic12.src = "images/12.jpg";
graphic12on = new Image();
graphic12on.src = "images/12.jpg";
graphic13= new Image();
graphic13.src = "images/13.jpg";
graphic13on = new Image();
graphic13on.src = "images/13.jpg";
graphic14= new Image();
graphic14.src = "images/14.jpg";
graphic14on = new Image();
graphic14on.src = "images/14.jpg";
graphic15= new Image();
graphic15.src = "images/15.jpg";
graphic15on = new Image();
graphic15on.src = "images/15.jpg";
graphic16= new Image();
graphic16.src = "images/16.jpg";
graphic16on = new Image();
graphic16on.src = "images/16.jpg";
graphic17= new Image();
graphic17.src = "images/17.jpg";
graphic17on = new Image();
graphic17on.src = "images/17.jpg";
graphic18= new Image();
graphic18.src = "images/18.jpg";
graphic18on = new Image();
graphic18on.src = "images/18.jpg";
graphic19= new Image();
graphic19.src = "images/19.jpg";
graphic19on = new Image();
graphic19on.src = "images/19.jpg";
graphic20= new Image();
graphic20.src = "images/20.jpg";
graphic20on = new Image();
graphic20on.src = "images/20.jpg";
}
function imageChange(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}