var theImages = new Array();

theImages[0]  = 'immagini/img_header_sfondo.jpg';
theImages[1]  = 'immagini/img_barra_sx_sfondo.jpg';
theImages[2]  = 'immagini/img_barra_dx_sfondo.jpg';
theImages[3]  = 'immagini/img_barra_sx_sfondo_rip.jpg';
theImages[4]  = 'immagini/img_barra_dx_sfondo_rip.jpg';
theImages[5]  = 'immagini/img_footer_sfondo.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];
}
