<!--

var imgPath = "img/";

bot_tutti_on = new Image(165,20);
bot_tutti_on.src = imgPath + "bot_tutti_.gif";
bot_tutti_off = new Image(165,20);
bot_tutti_off.src = imgPath + "bot_tutti.gif";
bot_tutti_sel = new Image(165,20);
bot_tutti_sel.src = imgPath + "bot_tutti_.gif";

bot_immagini_on = new Image(165,20);
bot_immagini_on.src = imgPath + "bot_immagini_.gif";
bot_immagini_off = new Image(165,20);
bot_immagini_off.src = imgPath + "bot_immagini.gif";
bot_immagini_sel = new Image(165,20);
bot_immagini_sel.src = imgPath + "bot_immagini_.gif";

bot_video_on = new Image(165,20);
bot_video_on.src = imgPath + "bot_video_.gif";
bot_video_off = new Image(165,20);
bot_video_off.src = imgPath + "bot_video.gif";
bot_video_sel = new Image(165,20);
bot_video_sel.src = imgPath + "bot_video_.gif";

bot_classifica_on = new Image(165,20);
bot_classifica_on.src = imgPath + "bot_classifica_.gif";
bot_classifica_off = new Image(165,20);
bot_classifica_off.src = imgPath + "bot_classifica.gif";
bot_classifica_sel = new Image(165,20);
bot_classifica_sel.src = imgPath + "bot_classifica_.gif";

bot_backhome_on = new Image(165,20);
bot_backhome_on.src = imgPath + "bot_backhome_.gif";
bot_backhome_off = new Image(165,20);
bot_backhome_off.src = imgPath + "bot_backhome.gif";
bot_backhome_sel = new Image(165,20);
bot_backhome_sel.src = imgPath + "bot_backhome_.gif";

bot_vota_on = new Image(165,20);
bot_vota_on.src = imgPath + "bot_vota_.gif";
bot_vota_off = new Image(165,20);
bot_vota_off.src = imgPath + "bot_vota.gif";
bot_vota_sel = new Image(165,20);
bot_vota_sel.src = imgPath + "bot_vota_.gif";

bot_top_on = new Image(165,20);
bot_top_on.src = imgPath + "bot_top_.gif";
bot_top_off = new Image(165,20);
bot_top_off.src = imgPath + "bot_top.gif";
bot_top_sel = new Image(165,20);
bot_top_sel.src = imgPath + "bot_top_.gif";

bot_successiva_on = new Image(165,20);
bot_successiva_on.src = imgPath + "bot_successiva_.gif";
bot_successiva_off = new Image(165,20);
bot_successiva_off.src = imgPath + "bot_successiva.gif";
bot_successiva_sel = new Image(165,20);
bot_successiva_sel.src = imgPath + "bot_successiva_.gif";

bot_precedente_on = new Image(165,20);
bot_precedente_on.src = imgPath + "bot_precedente_.gif";
bot_precedente_off = new Image(165,20);
bot_precedente_off.src = imgPath + "bot_precedente.gif";
bot_precedente_sel = new Image(165,20);
bot_precedente_sel.src = imgPath + "bot_precedente_.gif";

bot_backcontest_on = new Image(165,20);
bot_backcontest_on.src = imgPath + "bot_backcontest_.gif";
bot_backcontest_off = new Image(165,20);
bot_backcontest_off.src = imgPath + "bot_backcontest.gif";
bot_backcontest_sel = new Image(165,20);
bot_backcontest_sel.src = imgPath + "bot_backcontest_.gif";

bot_continua_on = new Image(165,20);
bot_continua_on.src = imgPath + "bot_continua_.gif";
bot_continua_off = new Image(165,20);
bot_continua_off.src = imgPath + "bot_continua.gif";
bot_continua_sel = new Image(165,20);
bot_continua_sel.src = imgPath + "bot_continua_.gif";

bot_slideshow_on = new Image(165,20);
bot_slideshow_on.src = imgPath + "bot_slideshow_.gif";
bot_slideshow_off = new Image(165,20);
bot_slideshow_off.src = imgPath + "bot_slideshow.gif";
bot_slideshow_sel = new Image(165,20);
bot_slideshow_sel.src = imgPath + "bot_slideshow_.gif";

//-->