consum_1 = new Image();
consum_1.src = imagePath +"bott_cons.gif";
consum_2 = new Image();
consum_2.src = imagePath +"bott_cons_on.gif";

pippo_1 = new Image();
pippo_1.src = imagePath +"bott_ente.gif";
pippo_2 = new Image();
pippo_2.src = imagePath +"bott_ente_on.gif";

pluto_1 = new Image();
pluto_1.src = imagePath +"bott_imp.gif";
pluto_2 = new Image();
pluto_2.src = imagePath +"bott_imp_on.gif";

bott1_1 = new Image();
bott1_1.src = imagePath +"il_banco_off.gif";
bott1_2 = new Image();
bott1_2.src = imagePath +"il_banco_on.gif";

bott2_1 = new Image();
bott2_1.src = imagePath +"trasparenza_off.gif";
bott2_2 = new Image();
bott2_2.src = imagePath +"trasparenza_on.gif";

bott3_1 = new Image();
bott3_1.src = imagePath +"investor_off.gif";
bott3_2 = new Image();
bott3_2.src = imagePath +"investor_on.gif";

bott4_1 = new Image();
bott4_1.src = imagePath +"bper_off.gif";
bott4_2 = new Image();
bott4_2.src = imagePath +"bper_on.gif";

bancoline_1 = new Image();
bancoline_1.src = imagePath +"bancoline_off.gif";
bancoline_2 = new Image();
bancoline_2.src = imagePath +"bancoline_on.gif";

bancoshop_1 = new Image();
bancoshop_1.src = imagePath +"bancoshop_off.gif";
bancoshop_2 = new Image();
bancoshop_2.src = imagePath +"bancoshop_on.gif";

SaJanna_1 = new Image();
SaJanna_1.src = imagePath +"SaJanna_off.gif";
SaJanna_2 = new Image();
SaJanna_2.src = imagePath +"SaJanna_on.gif";

biblioteca_1 = new Image();
biblioteca_1.src = imagePath +"biblioteca_off.gif";
biblioteca_2 = new Image();
biblioteca_2.src = imagePath +"biblioteca_on.gif";

pattichiari_1 = new Image();
pattichiari_1.src = imagePath +"pattichiari_off.gif";
pattichiari_2 = new Image();
pattichiari_2.src = imagePath +"pattichiari_on.gif";




tren_1 = new Image();
tren_1.src = imagePath +"trentino_r.gif";
tren_2 = new Image();
tren_2.src = imagePath +"trentino_on.gif";

function turn(oggetto,tipo)    {
document.images[oggetto].src = eval(oggetto + "_" + tipo + ".src")
}

