  

{
alt0 = new Image();
alt0.src = "images/med/man_00.gif";

alt1 = new Image();
alt1.src = "images/med/man_01.gif";

alt2 = new Image();
alt2.src = "images/med/man_02.gif";

alt3 = new Image();
alt3.src = "images/med/man_03.gif";

alt4 = new Image();
alt4.src = "images/med/man_04.gif";

alt5 = new Image();
alt5.src = "images/med/man_05.gif";

graphic1= new Image();
graphic1.src = "images/med/esa01.gif";
graphic1on = new Image();
graphic1on.src = "images/med/esa01_on.gif";

graphic2= new Image();
graphic2.src = "images/med/esa02.gif";
graphic2on = new Image();
graphic2on.src = "images/med/esa02_on.gif";

graphic3= new Image();
graphic3.src = "images/med/esa03.gif";
graphic3on = new Image();
graphic3on.src = "images/med/esa03_on.gif";

graphic4= new Image();
graphic4.src = "images/med/esa04.gif";
graphic4on = new Image();
graphic4on.src = "images/med/esa04_on.gif";

graphic5= new Image();
graphic5.src = "images/med/esa05.gif";
graphic5on = new Image();
graphic5on.src = "images/med/esa05_on.gif";

}
function imageChange(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}


