var theImages = new Array();

theImages[0]  = 'immagini/b_bandi_on.png';
theImages[1]  = 'immagini/b_informazioni_on.png';
theImages[2]  = 'immagini/b_link_on.png';
theImages[3]  = 'immagini/b_modulistica_on.png';
theImages[4]  = 'immagini/b_news_on.png';
theImages[5]  = 'immagini/b_uffici_on.png';
theImages[6]  = 'immagini/b_unione_on.png';
theImages[7]  = 'immagini/img_body_sfondo.png';
theImages[8]  = 'immagini/img_body_sfondo_dx.png';
theImages[9]  = 'immagini/img_body_sfondo_sx.png';
theImages[10] = 'immagini/img_body_sfondo_rip_dx.png';
theImages[11] = 'immagini/img_body_sfondo_rip_sx.png';
theImages[12] = 'immagini/img_col_cont_sfondo.png';
theImages[13] = 'immagini/img_col_intest_sfondo.png';
theImages[14] = 'immagini/img_header.png';
theImages[15] = 'immagini/img_menu_sfondo.png';
theImages[16] = 'immagini/img_footer_sfondo.png';
theImages[17] = 'menu_freccia_off.gif';
theImages[18] = 'menu_freccia_on.gif';
theImages[19] = 'menu_motta.jpg';
theImages[20] = 'menu_san_martino.jpg';
theImages[21] = 'menu_scandolara.jpg';

var i = 0;
var p = theImages.length;
var preBuffer = new Array();
for (i = 0; i < p; i++) {
  preBuffer[i] = new Image();
  preBuffer[i].src = theImages[i];
}