//Yada Yada Yada

{
alt0 = new Image();
alt0.src = "logo1.gif";

alt1 = new Image();
alt1.src = "bio.gif";

alt2 = new Image();
alt2.src = "feature.gif";

alt3 = new Image();
alt3.src = "info.gif";

alt4 = new Image();
alt4.src = "home.gif";

alt5 = new Image();
alt5.src = "searchmls.gif";

graphic1= new Image();
graphic1.src = "bio1.gif";
graphic1on = new Image();
graphic1on.src = "bio1a.gif";

graphic2= new Image();
graphic2.src = "feature1.gif";
graphic2on = new Image();
graphic2on.src = "feature1a.gif";

graphic3= new Image();
graphic3.src = "info1.gif";
graphic3on = new Image();
graphic3on.src = "info1a.gif";

graphic4= new Image();
graphic4.src = "home1.gif";
graphic4on = new Image();
graphic4on.src = "home1a.gif";

graphic5= new Image();
graphic5.src = "mls1.gif";
graphic5on = new Image();
graphic5on.src = "mls1a.gif";

}
function imageChange(imageID,imageName,imageID2,imageName2) {

{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}