{ alt0 = new Image(); alt0.src = "images/romagna.jpg"; alt1 = new Image(); alt1.src = "images/garden.jpg"; alt2 = new Image(); alt2.src = "images/parcheggio.jpg"; alt3 = new Image(); alt3.src = "images/giochi.jpg"; alt4 = new Image(); alt4.src = "images/bar.jpg"; alt5 = new Image(); alt5.src = "images/lettura.jpg"; alt6 = new Image(); alt6.src = "images/pranzo.jpg"; alt7 = new Image(); alt7.src = "images/camera.jpg"; alt8 = new Image(); alt8.src = "images/fitness.jpg"; alt9 = new Image(); alt9.src = "images/idro.jpg"; alt10 = new Image(); alt10.src = "images/turco.jpg"; alt11 = new Image(); alt11.src = "images/sauna.jpg"; alt12 = new Image(); alt12.src = "images/tennis.jpg"; alt13 = new Image(); alt13.src = "images/bici.jpg"; alt14 = new Image(); alt14.src = "images/cartina.gif"; alt15 = new Image(); alt15.src = "images/michelin2008.jpg"; alt16 = new Image(); alt16.src = "idro.jpg"; } function imageChange(imageID,imageName) { { document.images[imageID].src = eval(imageName + ".src"); } }