var theImages = new Array();

theImages[0]  = 'immagini/img_sfondo_body.png';
theImages[1]  = 'immagini/img_sfondo_body_dx.png';
theImages[2]  = 'immagini/img_sfondo_body_sx.png';
theImages[3] = 'immagini/img_sfondo_body_rip_dx.png';
theImages[4] = 'immagini/img_sfondo_body_rip_sx.png';
theImages[5] = 'immagini/img_sfondo_col_cont.png';
theImages[6] = 'immagini/img_sfondo_col_intest.png';
theImages[7] = 'immagini/img_header.png';
theImages[8] = 'immagini/img_sfondo_menu.png';
theImages[9] = 'immagini/img_sfondo_footer.png';

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];
}
