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

// set-up an array to hold the alt text 
var altText = new Array();
altText[0] = "Refurbishment of Managing Director's Office"; 
altText[1] = "Open plan fit out within timber framed Chapel conversion"; 
altText[2] = "Call centre fit out on a mezzanine floor"; 
altText[3] = "Cellular office fit out"; 
altText[4] = "Reception area refurbishment"; 
altText[5] = "Reception/break out area fit out";
altText[6] = "Meeting room fit out";
altText[7] = "Open Plan office within listed building conversion";

// set-up an array to hold the label text 
var labelText = new Array();
labelText[0] = "Refurbishment of Managing Director's Office"; 
labelText[1] = "Open plan fit out within timber framed Chapel conversion"; 
labelText[2] = "Call centre fit out on a mezzanine floor"; 
labelText[3] = "Cellular office fit out"; 
labelText[4] = "Reception area refurbishment"; 
labelText[5] = "Reception/break out area fit out";
labelText[6] = "Meeting room fit out";
labelText[7] = "Open Plan office within listed building conversion";

