var theImages = new Array();

theImages[0] = 'immagini/b_home_it_on.jpg';
theImages[1] = 'immagini/b_storia_it_on.jpg';
theImages[2] = 'immagini/b_gallery_it_on.jpg';
theImages[3] = 'immagini/b_dove_it_on.jpg';
theImages[4] = 'immagini/b_dicono_it_on.jpg';
theImages[5] = 'immagini/b_contatti_it_on.jpg';
theImages[6] = 'immagini/b_territorio_it_on.jpg';
theImages[7] = 'immagini/b_terme_it_on.jpg';

theImages[8] = 'immagini/b_camere_it_on.jpg';
theImages[9] = 'immagini/b_servizi_it_on.jpg';
theImages[10] = 'immagini/b_ristorante_it_on.jpg';
theImages[11] = 'immagini/b_relax_it_on.jpg';
theImages[12] = 'immagini/b_congressi_it_on.jpg';
theImages[13] = 'immagini/b_prezzi_it_on.jpg';
theImages[14] = 'immagini/b_eventi_it_on.jpg';
theImages[15] = 'immagini/b_offerte_it_on.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];
}
