var galleryTitle = "- a collecton of photos taken in the last couple years-";

// set up an array for the images
var photoArray = new Array(16)
photoArray[0]="images/DeeDebDad 640x480.jpg"
photoArray[1]="images/San Diego Beaches 040 640x480.jpg"
photoArray[2]="images/San Diego Beaches 027 640x480.jpg"
photoArray[3]="images/San Diego Beaches 016.jpg"
photoArray[4]="images/San Diego Beaches 011.jpg"
photoArray[5]="images/Deb and Dee 640X480.jpg"
photoArray[6]="images/sailing Seattle 640x480.jpg"
photoArray[7]="images/puddin 640x480.jpg"
photoArray[8]="images/judy and howard.jpg"
photoArray[9]="images/sharon and shawn in NYC.jpg"
photoArray[10]="images/sharon on a camel 640x480.jpg"
photoArray[11]="images/sharon and her prize pumpkin 640x480.jpg"
photoArray[12]="images/hutch 640x480.jpg"
photoArray[13]="images/hotel-bangalore 640x480.jpg"
photoArray[14]="images/gabby 640x480.jpg"
photoArray[15]="images/claudia 640x484.jpg";


// set up an array for the images
var photoLabels = new Array(16)
photoLabels[0] = "Deanna, Debbie and me at the lighthouse in Rockwall"
photoLabels[1] = "Some museum at the beach in San Diego"
photoLabels[2] = "Beach Shot - along the coast San Diego"
photoLabels[3] = "Surfers"
photoLabels[4] = "under the boardwalk"
photoLabels[5] = "Deanna and Debbie in the water dance" 
photoLabels[6] = "Sailing in Seattle - TechReady5"
photoLabels[7] = "the newest pub- Puddin'"
photoLabels[8] = "Judy and Howard at Cremonas"
photoLabels[9] = "Sharon and Shawn in NYC 2003"
photoLabels[10] = "Sharon riding a camel - Jerusalem 2004"
photoLabels[11] = "Sharon with her prize pumpkin 2002"
photoLabels[12] = "Hutch - cell service in India"
photoLabels[13] = "View from a hotel in Bangalore"
photoLabels[14] = "Fascinated by the light"
photoLabels[15] = "Claudia showing off in the pool!";