<!--

home_on = new Image(119,19);
home_on.src = "images/home2.gif";
home_off = new Image(119,19);
home_off.src = "images/home1.gif";

azienda_on = new Image(119,19);
azienda_on.src = "images/azienda2.gif";
azienda_off = new Image(119,19);
azienda_off.src = "images/azienda1.gif";

dovesiamo_on = new Image(119,19);
dovesiamo_on.src = "images/dovesiamo2.gif";
dovesiamo_off = new Image(119,19);
dovesiamo_off.src = "images/dovesiamo1.gif";

contatti_on = new Image(119,19);
contatti_on.src = "images/contatti2.gif";
contatti_off = new Image(119,19);
contatti_off.src = "images/contatti1.gif";

novita_on = new Image(119,19);
novita_on.src = "images/novita2.gif";
novita_off = new Image(119,19);
novita_off.src = "images/novita1.gif";

offerte_on = new Image(119,19);
offerte_on.src = "images/offerte2.gif";
offerte_off = new Image(119,19);
offerte_off.src = "images/offerte1.gif";

prodotti_on = new Image(119,19);
prodotti_on.src = "images/prodotti2.gif";
prodotti_off = new Image(119,19);
prodotti_off.src = "images/prodotti1.gif";

function SelezImg(NomeInHtm,NomeImgOggetto) {

     document.images[NomeInHtm].src = eval(NomeImgOggetto + ".src");
}

// Fine della parte nascosta. -->

// -->
