var theImages = new Array();

theImages[0] = 'images/b_la_struttura_on.jpg';
theImages[1] = 'images/b_servizi_on.jpg';
theImages[2] = 'images/b_info_termali_on.jpg';
theImages[3] = 'images/b_dove_siamo_on.jpg';
theImages[4] = 'images/b_contatti_on.jpg';
theImages[5] = 'images/b_il_ristorante_on.jpg';
theImages[6] = 'images/b_menu_on.jpg';
theImages[7] = 'images/b_eventi_on.jpg';
theImages[8] = 'images/b_dove_siamo_on.jpg';
theImages[9] = 'images/b_contatti_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];
}
