var galleryTitle = "My eyes are an ocean in which my dreams are reflected";

// set up an array for the images
var photoArray = new Array(16)
photoArray[0]="images/eyes640x480.jpg"
photoArray[1]="images/crescentGlacier640x480.jpg"
photoArray[2]="images/adams640x480.jpg"
photoArray[3]="images/adamsSunrise640x480.jpg"
photoArray[4]="images/msh640x480.jpg"
photoArray[5]="images/marigold640x480.jpg"
photoArray[6]="images/cityNight640x480.jpg"
photoArray[7]="images/beeFlower640x480.jpg"
photoArray[8]="images/softWater640x480.jpg"
photoArray[9]="images/columbiaRiver640x480.jpg"
photoArray[10]="images/pacific640x480.jpg"
photoArray[11]="images/crownPoint640x480.jpg"
photoArray[12]="images/yellowFlower640x480.jpg"
photoArray[13]="images/purpleFlower640x480.jpg"
photoArray[14]="images/yellowRose640x480.jpg"
photoArray[15]="images/fireworks640x480.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] = "HOME Nazare-Portugal"
photoLabels[11] = ""
photoLabels[12] = "LOVE"
photoLabels[13] = "Playing with PShop 1"
photoLabels[14] = "Playing with Pshop 2"
photoLabels[15] = "Playing with Pshop 3";