<!--

var imgPath = "images/";

bot_artisti_on = new Image(165,20);
bot_artisti_on.src = imgPath + "bot_artisti_.gif";
bot_artisti_off = new Image(165,20);
bot_artisti_off.src = imgPath + "bot_artisti.gif";
bot_artisti_sel = new Image(165,20);
bot_artisti_sel.src = imgPath + "bot_artisti_.gif";

bot_dischi_on = new Image(165,20);
bot_dischi_on.src = imgPath + "bot_dischi_.gif";
bot_dischi_off = new Image(165,20);
bot_dischi_off.src = imgPath + "bot_dischi.gif";
bot_dischi_sel = new Image(165,20);
bot_dischi_sel.src = imgPath + "bot_dischi_.gif";

bot_generi_on = new Image(165,20);
bot_generi_on.src = imgPath + "bot_generi_.gif";
bot_generi_off = new Image(165,20);
bot_generi_off.src = imgPath + "bot_generi.gif";
bot_generi_sel = new Image(165,20);
bot_generi_sel.src = imgPath + "bot_generi_.gif";

bot_articoli_on = new Image(165,20);
bot_articoli_on.src = imgPath + "bot_articoli_.gif";
bot_articoli_off = new Image(165,20);
bot_articoli_off.src = imgPath + "bot_articoli.gif";
bot_articoli_sel = new Image(165,20);
bot_articoli_sel.src = imgPath + "bot_articoli_.gif";

bot_libri_on = new Image(165,20);
bot_libri_on.src = imgPath + "bot_libri_.gif";
bot_libri_off = new Image(165,20);
bot_libri_off.src = imgPath + "bot_libri.gif";
bot_libri_sel = new Image(165,20);
bot_libri_sel.src = imgPath + "bot_libri_.gif";

bot_glossario_on = new Image(165,20);
bot_glossario_on.src = imgPath + "bot_glossario_.gif";
bot_glossario_off = new Image(165,20);
bot_glossario_off.src = imgPath + "bot_glossario.gif";
bot_glossario_sel = new Image(165,20);
bot_glossario_sel.src = imgPath + "bot_glossario_.gif";

bot_bcmai_on = new Image(165,20);
bot_bcmai_on.src = imgPath + "bot_bcmai_.gif";
bot_bcmai_off = new Image(165,20);
bot_bcmai_off.src = imgPath + "bot_bcmai.gif";
bot_bcmai_sel = new Image(165,20);
bot_bcmai_sel.src = imgPath + "bot_bcmai_.gif";

bot_staff_on = new Image(165,20);
bot_staff_on.src = imgPath + "bot_staff_.gif";
bot_staff_off = new Image(165,20);
bot_staff_off.src = imgPath + "bot_staff.gif";
bot_staff_sel = new Image(165,20);
bot_staff_sel.src = imgPath + "bot_staff_.gif";

bot_autori_on = new Image(165,20);
bot_autori_on.src = imgPath + "bot_autori_.gif";
bot_autori_off = new Image(165,20);
bot_autori_off.src = imgPath + "bot_autori.gif";
bot_autori_sel = new Image(165,20);
bot_autori_sel.src = imgPath + "bot_autori_.gif";

bot_email_on = new Image(165,20);
bot_email_on.src = imgPath + "bot_email_.gif";
bot_email_off = new Image(165,20);
bot_email_off.src = imgPath + "bot_email.gif";
bot_email_sel = new Image(165,20);
bot_email_sel.src = imgPath + "bot_email_.gif";

bot_credits2_on = new Image(165,20);
bot_credits2_on.src = imgPath + "bot_credits2_.gif";
bot_credits2_off = new Image(165,20);
bot_credits2_off.src = imgPath + "bot_credits2.gif";
bot_credits2_sel = new Image(165,20);
bot_credits2_sel.src = imgPath + "bot_credits2_.gif";
//-->

