var theImages = new Array();

theImages[0]  = 'immagini/img_intro_barra_alto.png';
theImages[1] = 'immagini/img_intro_barra_basso.png';
theImages[2] = 'immagini/img_intro_barra_centro_en.png';
theImages[3] = 'immagini/img_intro_barra_centro_it.png';
theImages[4] = 'immagini/img_intro_barra_centro_rb.png';
theImages[5] = 'immagini/img_intro_centro_dx.png';
theImages[6] = 'immagini/img_intro_centro_sx.png';
theImages[7] = 'immagini/img_intro_cornice_alto.gif';
theImages[8] = 'immagini/img_intro_cornice_alto_dx.gif';
theImages[9] = 'immagini/img_intro_cornice_alto_sx.gif';
theImages[10] = 'immagini/img_intro_cornice_basso.gif';
theImages[11] = 'immagini/img_intro_cornice_basso_dx.gif';
theImages[12] = 'immagini/img_intro_cornice_basso_sx.gif';
theImages[13] = 'immagini/img_intro_cornice_dx.gif';
theImages[14] = 'immagini/img_intro_cornice_sx.gif';
theImages[15] = 'immagini/img_intro_foto.png';
theImages[16] = 'immagini/img_intro_logo.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];
}