var galleryTitle = "- Miscellaneous Photos -";

// 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/fireworks640x480.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/marigold640x480.jpg";


// set up an array for the images
var photoLabels = new Array(16)
photoLabels[0] = "My eyes are an ocean in which my dreams are reflected."
photoLabels[1] = "Crescent Glacier, Mt. Adams - June 14th, 2007"
photoLabels[2] = ""
photoLabels[3] = "Sunrise over Mt. Adams (from Mt. St. Helens)"
photoLabels[4] = ""
photoLabels[5] = "" 
photoLabels[6] = ""
photoLabels[7] = ""
photoLabels[8] = ""
photoLabels[9] = "The Columbia River"
photoLabels[10] = "Pacific Ocean, Oregon Coast"
photoLabels[11] = "Crown Point / Vista House"
photoLabels[12] = ""
photoLabels[13] = ""
photoLabels[14] = ""
photoLabels[15] = "";