consum_1 = new Image();
consum_1.src = imagePath +"bott_cons_b.gif";
consum_2 = new Image();
consum_2.src = imagePath +"bott_cons_on.gif";

pippo_1 = new Image();
pippo_1.src = imagePath +"bott_ente_b.gif";
pippo_2 = new Image();
pippo_2.src = imagePath +"bott_ente_on.gif";

pluto_1 = new Image();
pluto_1.src = imagePath +"bott_imp_b.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";

sardegna_1 = new Image();
sardegna_1.src = imagePath +"sardegna_off.gif";
sardegna_2 = new Image();
sardegna_2.src = imagePath +"sardegna_on.gif";
calabria_1 = new Image();
calabria_1.src = imagePath +"calabria_off.gif";
calabria_2 = new Image();
calabria_2.src = imagePath +"calabria_on.gif";
umbria_1 = new Image();
umbria_1.src = imagePath +"umbria_off.gif";
umbria_2 = new Image();
umbria_2.src = imagePath +"umbria_on.gif";
emilia_1 = new Image();
emilia_1.src = imagePath +"emilia_off.gif";
emilia_2 = new Image();
emilia_2.src = imagePath +"emilia_on.gif";
trentino_1 = new Image();
trentino_1.src = imagePath +"trentino_off.gif";
trentino_2 = new Image();
trentino_2.src = imagePath +"trentino_on.gif";
puglia_1 = new Image();
puglia_1.src = imagePath +"puglia_off.gif";
puglia_2 = new Image();
puglia_2.src = imagePath +"puglia_on.gif";
campania_1 = new Image();
campania_1.src = imagePath +"campania_off.gif";
campania_2 = new Image();
campania_2.src = imagePath +"campania_on.gif";
lazio_1 = new Image();
lazio_1.src = imagePath +"lazio_off.gif";
lazio_2 = new Image();
lazio_2.src = imagePath +"lazio_on.gif";
abruzzo_1 = new Image();
abruzzo_1.src = imagePath +"abruzzo_off.gif";
abruzzo_2 = new Image();
abruzzo_2.src = imagePath +"abruzzo_on.gif";
basilicata_1 = new Image();
basilicata_1.src = imagePath +"basilicata_off.gif";
basilicata_2 = new Image();
basilicata_2.src = imagePath +"basilicata_on.gif";
lombardia_1 = new Image();
lombardia_1.src = imagePath +"lombardia_off.gif";
lombardia_2 = new Image();
lombardia_2.src = imagePath +"lombardia_on.gif";

function turn(oggetto,tipo)    {
document.images[oggetto].src = eval(oggetto + "_" + tipo + ".src")
}
