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

// set-up an array to hold the alt text 
var altText = new Array();
altText[0] = "Single Glazed Polar"; 
altText[1] = "Single Glazed Polar"; 
altText[2] = "Single Glazed Polar"; 
altText[3] = "Single Glazed Polar"; 
altText[4] = "Single Glazed Polar"; 
altText[5] = "Single Glazed Polar";

// set-up an array to hold the label text 
var labelText = new Array();
labelText[0] = "Single Glazed Polar"; 
labelText[1] = "Single Glazed Polar"; 
labelText[2] = "Single Glazed Polar"; 
labelText[3] = "Single Glazed Polar"; 
labelText[4] = "Single Glazed Polar"; 
labelText[5] = "Single Glazed Polar";

