var theImages = new Array();

theImages[0] = 'images/b_burkina_faso_on_it.jpg';
theImages[1] = 'images/b_nostro_progetto_on_it.jpg';
theImages[2] = 'images/b_presentazione_progetto_on_it.jpg';
theImages[3] = 'images/b_photogallery_on_it.jpg';
theImages[4] = 'images/b_logo_on_it.jpg';
theImages[5] = 'images/b_news_on_it.jpg';
theImages[6] = 'images/b_contatti_on_it.jpg';
theImages[7] = 'images/b_nostro_progetto_on_en.jpg';
theImages[8] = 'images/b_presentazione_progetto_on_en.jpg';
theImages[9] = 'images/b_logo_on_en_fr.jpg';
theImages[10] = 'images/b_contatti_on_en_fr.jpg';
theImages[11] = 'images/b_nostro_progetto_on_fr.jpg';
theImages[12] = 'images/b_presentazione_progetto_on_fr.jpg';
theImages[13] = 'images/b_nostro_progetto_on_po.jpg';
theImages[14] = 'images/b_presentazione_progetto_on_po.jpg';
theImages[15] = 'images/b_contatti_on_po.jpg';
theImages[16] = 'images/b_news_on_po.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];
}