
{

//These are the large images
alt0 = new Image();
alt0.src = "scupture/1sculpt.jpg";
alt1 = new Image();
alt1.src = "scupture/1sculpt.jpg";
alt2 = new Image();
alt2.src = "scupture/2sculpt.jpg";
alt3 = new Image();
alt3.src = "scupture/3sculpt.jpg";
alt4 = new Image();
alt4.src = "scupture/4sculpt.jpg";
alt5 = new Image();
alt5.src = "scupture/5sculpt.jpg";
alt6 = new Image();
alt6.src = "scupture/6sculpt.jpg";
alt7 = new Image();
alt7.src = "scupture/7sculpt.jpg";
alt8 = new Image();
alt8.src = "scupture/8sculpt.jpg";
alt9 = new Image();
alt9.src = "scupture/9sculpt.jpg";
alt10 = new Image();
alt10.src = "scupture/10sculpt.jpg";
alt11 = new Image();
alt11.src = "scupture/11sculpt.jpg";
alt12 = new Image();
alt12.src = "scupture/12sculpt.jpg";
alt13 = new Image();
alt13.src = "scupture/13sculpt.jpg";
alt14 = new Image();
alt14.src = "scupture/14sculpt.jpg";
alt15 = new Image();
alt15.src = "scupture/15sculpt.jpg";
alt16 = new Image();
alt16.src = "scupture/16sculpt.jpg";
alt17 = new Image();
alt17.src = "scupture/17sculpt.jpg";
alt18 = new Image();
alt18.src = "scupture/18sculpt.jpg";
alt19 = new Image();
alt19.src = "scupture/19sculpt.jpg";
alt20 = new Image();
alt20.src = "scupture/20sculpt.jpg";


function imageChange(imageID,imageName) { 

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

