var theImages = new Array();

theImages[0] = 'immagini/img_col_sx_bg.jpg';
theImages[1] = 'immagini/img_logo.png';
theImages[2] = 'immagini/b_home_on.png';
theImages[3] = 'immagini/b_ilcentro_on.png';
theImages[4] = 'immagini/b_servizi_on.png';
theImages[5] = 'immagini/b_prezzi_on.png';
theImages[6] = 'immagini/b_dovesiamo_on.png';
theImages[7] = 'immagini/b_contatti_on.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];
}
