var theImages = new Array();

theImages[0]  = "immagini/img_fadeshow_bgr.jpg";
theImages[1]  = "immagini/img_colonna_dx_bgr.jpg";
theImages[2]  = "immagini/img_colonna_sx_bgr.jpg";
theImages[3]  = "immagini/img_footer_bgr.jpg";
theImages[4]  = "immagini/img_footer_col_sx.jpg";
theImages[5]  = "immagini/img_footer_dx.jpg";
theImages[6]  = "immagini/img_footer_sx.jpg";
theImages[7]  = "immagini/img_header_bgr.jpg";
theImages[8]  = "immagini/img_header_bgr_alto.jpg";
theImages[9]  = "immagini/img_header_dx.jpg";
theImages[10] = "immagini/img_header_sx.jpg";
theImages[11] = "immagini/img_logo_centro.jpg";
theImages[12] = "immagini/img_logo_header.jpg";
theImages[13] = "immagini/img_logo_sx.jpg";
theImages[14] = "immagini/img_ombra_dx.jpg";
theImages[15] = "immagini/img_ombra_sx.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];
}
