// sedie.js
<!-- 
{
alt1 = new Image(); alt1.src = "images/sed1g.jpg";
alt2 = new Image(); alt2.src = "images/sed2g.jpg";
alt3 = new Image(); alt3.src = "images/sed3g.jpg";
alt4 = new Image(); alt4.src = "images/sed4g.jpg";
alt5 = new Image(); alt5.src = "images/sed5g.jpg";
alt6 = new Image(); alt6.src = "images/sed6g.jpg";
alt7 = new Image(); alt7.src = "images/sed7g.jpg";
alt8 = new Image(); alt8.src = "images/sed8g.jpg";
alt9 = new Image(); alt9.src = "images/sed9g.jpg";
alt10 = new Image(); alt10.src = "images/sed10g.jpg";
}
function imageChange(imageID,imageName) {
{
document.images[imageID].src = eval(imageName + ".src");
}
}
//--> 

