var theImages = new Array();

theImages[0] = '../immagini/dove_on.gif';
theImages[1] = '../immagini/where_on.gif';
theImages[2] = '../immagini/appartamenti_on.gif';
theImages[3] = '../immagini/apartments_on.gif';
theImages[4] = '../immagini/servizi_on.gif';
theImages[5] = '../immagini/services_on.gif';
theImages[6] = '../immagini/prezzi_on.gif';
theImages[7] = '../immagini/prices_on.gif';
theImages[8] = '../immagini/header.jpg';
theImages[9] = '../immagini/situation_on.jpg';
theImages[10] = '../immagini/appartements_on.jpg';
theImages[11] = '../immagini/tarifs_on.jpg';
theImages[12] = '../immagini/services_fr_on.jpg';

var j = 0;
var p = theImages.length;
var preBuffer = new Array();
for (i = 0; i < p; i++)
{
	preBuffer[i] = new Image();
	preBuffer[i].src = theImages[i];
}