

{

graphic1= new Image();
graphic1.src = "../images/azienda.jpg";
graphic1on = new Image();
graphic1on.src = "../images/azienda2.jpg";

graphic2= new Image();
graphic2.src = "../images/produzione.jpg";
graphic2on = new Image();
graphic2on.src = "../images/produzione2.jpg";

graphic3= new Image();
graphic3.src = "../images/contattaci.jpg";
graphic3on = new Image();
graphic3on.src = "../images/contattaci2.jpg";



}
function imageChange(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
}

}


