// set-up an array for the picture locations
var mainPic = new Array();
mainPic[0] = '../festival2008/images/postcards/DSC_0192.jpg';
mainPic[1] = '../festival2008/images/postcards/DSC_0195.jpg';
mainPic[2] = '../festival2008/images/postcards/DSC_0199.jpg';
mainPic[3] = '../festival2008/images/postcards/DSC_0200.jpg';
mainPic[4] = '../festival2008/images/postcards/DSC_0204.jpg';
mainPic[5] = '../festival2008/images/postcards/DSC_0207.jpg';

// set-up an array to hold the alt text 
var altText = new Array();
altText[0] = "Teachers receiving framed team pictures donated by HP"; 
altText[1] = "Teachers receiving framed team pictures donated by HP"; 
altText[2] = "Teachers receiving framed team pictures donated by HP"; 
altText[3] = "Teachers receiving framed team pictures donated by HP"; 
altText[4] = "Teachers receiving framed team pictures donated by HP"; 
altText[5] = "Teachers receiving framed team pictures donated by HP";

// set-up an array to hold the label text 
var labelText = new Array();
labelText[0] = "Teachers receiving framed team pictures donated by HP (1 of 6)"; 
labelText[1] = "Teachers receiving framed team pictures donated by HP (2 of 6)"; 
labelText[2] = "Teachers receiving framed team pictures donated by HP (3 of 6)"; 
labelText[3] = "Teachers receiving framed team pictures donated by HP (4 of 6)"; 
labelText[4] = "Teachers receiving framed team pictures donated by HP (5 of 6)"; 
labelText[5] = "Teachers receiving framed team pictures donated by HP (6 of 6)";
