var theImages = new Array();

theImages[0] = "immagini/menu_home.jpg";
theImages[1] = "immagini/home_1.jpg";
theImages[2] = "immagini/home_2.jpg";
theImages[3] = "immagini/home_3.jpg";
theImages[4] = "immagini/home_4.jpg";
theImages[5] = "immagini/spacer.gif";
theImages[6] = "immagini/50_home.jpg";

var i = 0;
var p = theImages.length;
var preBuffer = new Array();
for (i = 0; i < p; i++)
{
	preBuffer[i] = new Image();
	// preBuffer[i].style.display = "none";
	preBuffer[i].src = theImages[i];
}
