var theImages = new Array();

theImages[0] = 'immagini/b_company_en_on.png';
theImages[1] = 'immagini/b_profile_en_on.png';
theImages[2] = 'immagini/b_mission_en_on.png';
theImages[3] = 'immagini/b_history_en_on.png';
theImages[4] = 'immagini/b_product_portfolio_en_on.png';
theImages[5] = 'immagini/b_product_strategy_en_on.png';
theImages[6] = 'immagini/b_service_en_on.png';
theImages[7] = 'immagini/b_bottling_linen_en_on.png';
theImages[8] = 'immagini/b_35g_returnable_en_on.png';
theImages[9] = 'immagini/b_5lg_pet_one_way_en_on.png';
theImages[10] = 'immagini/b_glass_en_on.png';
theImages[11] = 'immagini/b_exhibitions_en_on.png';
theImages[12] = 'immagini/b_location_en_on.png';
theImages[13] = 'immagini/b_contacts_en_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];
}// JavaScript Document
