var galleryTitle = "";

// set up an array for the images
var photoArray = new Array(16)
photoArray[0]="images/Divani01.png"
photoArray[1]="images/Him02.png"
photoArray[2]="images/Him03.png"
photoArray[3]="images/Him04.png"
photoArray[4]="images/Him01.png"
photoArray[5]="images/knokke02.png"
photoArray[6]="images/knokke03.png"
photoArray[7]="images/knokke04.png"
photoArray[8]="images/knokke05.png"
photoArray[9]="images/Schilde00.jpg"
photoArray[10]="images/Schilde01.png"
photoArray[11]="images/Schilde02.png"
photoArray[12]="images/Schilde03.png"
photoArray[13]="images/Schilde04.png"
photoArray[14]="images/Schilde05.png"
photoArray[15]="images/Zoersel01.png";


// 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] = "";