var theImages = new Array();

theImages[0] = 'immagini/img_cornice_alto.gif';
theImages[1] = 'immagini/img_cornice_alto_dx.gif';
theImages[2] = 'immagini/img_cornice_alto_sx.gif';
theImages[3] = 'immagini/img_cornice_basso.gif';
theImages[4] = 'immagini/img_cornice_basso_dx.gif';
theImages[5] = 'immagini/img_cornice_basso_sx.gif';
theImages[6]  = 'immagini/img_cornice_sx.gif';
theImages[7]  = 'immagini/img_cornice_dx.gif';
theImages[8]  = 'immagini/img_header_rbardi.png';
theImages[9]  = 'immagini/img_header_top.jpg';
theImages[10]  = 'immagini/img_header_logo.png';
theImages[11]  = 'immagini/img_header_3-5g_en.jpg';
theImages[12] = 'immagini/img_header_3-5g_es.jpg';
theImages[13] = 'immagini/img_header_3-5g_it.jpg';
theImages[14] = 'immagini/img_header_3-5g_ru.jpg';
theImages[15] = 'immagini/img_header_5L-5G_en.jpg';
theImages[16] = 'immagini/img_header_5L-5G_es.jpg';
theImages[17] = 'immagini/img_header_5L-5G_ru.jpg';
theImages[18] = 'immagini/img_header_5L-5G_it.jpg';
theImages[19] = 'immagini/img_header_glass_en.jpg';
theImages[20] = 'immagini/img_header_glass_es.jpg';
theImages[21] = 'immagini/img_header_glass_it.jpg';
theImages[22] = 'immagini/img_header_glass_ru.jpg';
theImages[23] = 'immagini/img_header_company_en.jpg';
theImages[24] = 'immagini/img_header_company_es.jpg';
theImages[25] = 'immagini/img_header_company_it.jpg';
theImages[26] = 'immagini/img_header_company_ru.jpg';
theImages[27] = 'immagini/img_header_contacts_en.jpg';
theImages[28] = 'immagini/img_header_contacts_es.jpg';
theImages[29] = 'immagini/img_header_contacts_ru.jpg';
theImages[30] = 'immagini/img_header_contacts_it.jpg';
theImages[31] = 'immagini/img_header_exhibitions_en.jpg';
theImages[32] = 'immagini/img_header_exhibitions_es.jpg';
theImages[33] = 'immagini/img_header_exhibitions_it.jpg';
theImages[34] = 'immagini/img_header_exhibitions_ru.jpg';
theImages[35] = 'immagini/img_header_location.jpg';
theImages[36] = 'immagini/img_header_location.jpg';
theImages[37] = 'immagini/img_header_location.jpg';
theImages[38] = 'immagini/img_header_location.jpg';
theImages[39] = 'immagini/img_barra_basso_top.png';
theImages[40] = 'immagini/img_barra_basso_bottom.png';
theImages[41] = 'immagini/img_sfondo_bussola.jpg';
theImages[42] = 'immagini/b_5g_change_over_en_on.png';
theImages[43] = 'immagini/b_5g_change_over_es_on.png';
theImages[44] = 'immagini/b_5g_change_over_it_on.png';
theImages[45] = 'immagini/b_5g_change_over_ru_on.png';

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];
}
