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

// set-up an array to hold the alt text 
var altText = new Array();
altText[0] = "Kameo 75 double glazed with integral blinds"; 
altText[1] = "Kameo 75 glazed with manifestation that gives the effect of having blinds"; 
altText[2] = "Kameo 75 solid to hospital doors to double glazed with integral blinds"; 
altText[3] = "Kameo 75"; 
altText[4] = "Kameo 75 doorframe with single glazed Polar"; 
altText[5] = "Kameo 75";

// set-up an array to hold the label text 
var labelText = new Array();
labelText[0] = "Kameo 75 double glazed with integral blinds"; 
labelText[1] = "Kameo 75 glazed with manifestation that gives the effect of having blinds"; 
labelText[2] = "Kameo 75 solid to hospital doors to double glazed with integral blinds"; 
labelText[3] = "Kameo 75"; 
labelText[4] = "Kameo 75 doorframe with single glazed Polar"; 
labelText[5] = "Kameo 75";

