var galleryTitle = "";

// set up an array for the images
var photoArray = new Array(16)
photoArray[0]="App_Themes/Default/HomePageImages/Pic1.jpg"
photoArray[1]="App_Themes/Default/HomePageImages/Pic3.jpg"
photoArray[2]="App_Themes/Default/HomePageImages/Pic2.jpg"
photoArray[3]="App_Themes/Default/HomePageImages/Pic4.jpg"
photoArray[4]="App_Themes/Default/HomePageImages/Pic5.jpg"
photoArray[5]="App_Themes/Default/HomePageImages/Pic6.jpg"
photoArray[6]="App_Themes/Default/HomePageImages/Pic7.jpg"
photoArray[7]="App_Themes/Default/HomePageImages/Pic8.jpg"
photoArray[8]="App_Themes/Default/HomePageImages/Pic9.jpg"
photoArray[9]="App_Themes/Default/HomePageImages/Pic10.jpg"
photoArray[10]="App_Themes/Default/HomePageImages/Pic11.jpg"
photoArray[11]="App_Themes/Default/HomePageImages/Pic12.jpg"
photoArray[12]="App_Themes/Default/HomePageImages/Pic1.jpg"
photoArray[13]="App_Themes/Default/HomePageImages/Pic3.jpg"
photoArray[14]="App_Themes/Default/HomePageImages/Pic2.jpg"
photoArray[15]="App_Themes/Default/HomePageImages/Pic4.jpg";


// set up an array for the images
var photoLabels = new Array(16)
photoLabels[0] = ""
photoLabels[1] = ""
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] = "";