var galleryTitle ="";

// set up an array for the images
var photoArray = new Array(16)
photoArray[0]="images/grad_2003.jpg"
photoArray[1]="images/grad_2006.jpg"
photoArray[2]="images/pic_12.jpg"
photoArray[3]="images/pic_3.jpg"
photoArray[4]="images/school5.jpg"
photoArray[5]="images/school6.jpg"
photoArray[6]="images/pic_4.jpg"
photoArray[7]="images/pic_5.jpg"
photoArray[8]="images/pic_6.jpg"
photoArray[9]="images/pic_7.jpg"
photoArray[10]="images/pic_8.jpg"
photoArray[11]="images/pic_9.jpg"
photoArray[12]="images/pic_10.jpg"
photoArray[13]="images/pic_11.jpg"
photoArray[14]="images/pic_1.jpg"
photoArray[15]="images/pic_2.jpg";


// set up an array for the images
var photoLabels = new Array(16)
photoLabels[0] = "Graduation 2003"
photoLabels[1] = "Graduation 2006"
photoLabels[2] = ""
photoLabels[3] = ""
photoLabels[4] = ""
photoLabels[5] = "" 
photoLabels[6] = ""
photoLabels[7] = ""
photoLabels[8] = ""
photoLabels[9] = ""
photoLabels[10] = ""
photoLabels[11] = ""
photoLabels[12] = ""
photoLabels[13] = ""
photoLabels[14] = ""
photoLabels[15] = "";
