// lavorazione.js
<!-- 
{
alt1 = new Image(); alt1.src = "images/legname.gif";
alt2 = new Image(); alt2.src = "images/prod-grezzo.gif";
alt3 = new Image(); alt3.src = "images/lavori.gif";
alt4 = new Image(); alt4.src = "images/consegna.gif";
alt5 = new Image(); alt5.src = "images/verniciatura.gif";
}
function imageChange(imageID,imageName) {
{
document.images[imageID].src = eval(imageName + ".src");
}
}
//--> 

