//Below is the code that pre-loads the graphics 
{

//These are the large images

alt0 = new Image();
alt0.src = "images/tamdesign_01.gif";

alt1 = new Image();
alt1.src = "images/tamdesign_01a.gif";

alt2 = new Image();
alt2.src = "images/tamdesign_01b.gif";

alt3 = new Image();
alt3.src = "images/tamdesign_01c.gif";

alt4 = new Image();
alt4.src = "images/tamdesign_01d.gif";

alt5 = new Image();
alt5.src = "images/tamdesign_01e.gif";

alt6 = new Image();
alt6.src = "images/tamdesign_01f.gif";





//This is the function that calls for
//the change in the buttons 

}
function imageChange(imageID,imageName) { 

{
document.images[imageID].src = eval(imageName + ".src");

}

}
 

