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

// set-up an array to hold the alt text 
var altText = new Array();
altText[0] = "600 Series using the O post to give a curve to this single glazed run"; 
altText[1] = "600 Series double glazed with integral blinds"; 
altText[2] = "600 Series double glazed with integral blinds"; 
altText[3] = "600 Series full height glazed with manifestation"; 
altText[4] = "600 Series in Velocity white double glazed with integral blinds"; 
altText[5] = "600 Series single glazed with full height glass doors";

// set-up an array to hold the label text 
var labelText = new Array();
labelText[0] = "600 Series using the O post to give a curve to this single glazed run"; 
labelText[1] = "600 Series double glazed with integral blinds"; 
labelText[2] = "600 Series double glazed with integral blinds"; 
labelText[3] = "600 Series full height glazed with manifestation"; 
labelText[4] = "600 Series in Velocity white double glazed with integral blinds"; 
labelText[5] = "600 Series single glazed with full height glass doors";

