// set-up an array for the picture locations
var mainPic = new Array();
mainPic[0] = '../images/mezzanine/splash-1.jpg'
mainPic[1] = '../images/mezzanine/splash-2.jpg'
mainPic[2] = '../images/mezzanine/splash-3.jpg'
mainPic[3] = '../images/mezzanine/splash-4.jpg'
mainPic[4] = '../images/mezzanine/splash-5.jpg'
mainPic[5] = '../images/mezzanine/splash-6.jpg'
mainPic[6] = '../images/mezzanine/splash-7.jpg'
mainPic[7] = '../images/mezzanine/splash-8.jpg'

// set-up an array to hold the alt text 
var altText = new Array();
altText[0] = "Mezzanine floor for shelving storage"; 
altText[1] = "Mezzanine floor for office use"; 
altText[2] = "Multi tier mezzanine for 'Lock & Store' Warehousing"; 
altText[3] = "Mezzanine floor used for production line access"; 
altText[4] = "Mezzanine floor used for bulk palletised storage"; 
altText[5] = "Mezzanine for Retail/shop use";
altText[6] = "Plant Access platform (each machine weighing 2.5tonnes)";
altText[7] = "Mezzanine floor ready for workbench/light assembly use";

// set-up an array to hold the label text 
var labelText = new Array();
labelText[0] = "Mezzanine floor for shelving storage"; 
labelText[1] = "Mezzanine floor for office use"; 
labelText[2] = "Multi tier mezzanine for 'Lock &amp; Store' Warehousing"; 
labelText[3] = "Mezzanine floor used for production line access"; 
labelText[4] = "Mezzanine floor used for bulk palletised storage"; 
labelText[5] = "Mezzanine for Retail/shop use";
labelText[6] = "Plant Access platform (each machine weighing 2.5tonnes)";
labelText[7] = "Mezzanine floor ready for workbench/light assembly use";
