
{
home= new Image();
home.src = "home.jpg";
home_on = new Image();
home_on.src = "home_su.jpg";

personale= new Image();
personale.src = "personale.jpg";
personale_on = new Image();
personale_on.src = "personale_su.jpg";

eventi= new Image();
eventi.src = "eventi.jpg";
eventi_on = new Image();
eventi_on.src = "eventi_su.jpg";

collaborazioni= new Image();
collaborazioni.src = "collaborazioni.jpg";
collaborazioni_on = new Image();
collaborazioni_on.src = "collaborazioni_su.jpg";

lavoro= new Image();
lavoro.src = "lavoro.jpg";
lavoro_on = new Image();
lavoro_on.src = "lavoro_su.jpg";

links= new Image();
links.src = "links.jpg";
links_on = new Image();
links_on.src = "links_su.jpg";

}
function imageChange(imageID,imageName) {


{
document.images[imageID].src = eval(imageName + ".src");
}

}



