
var galleryTitle = "";

// set up an array for the images
var photoArray = new Array(12)
photoArray[0]="images/gallery/001.jpg"
photoArray[1]="images/gallery/002.jpg"
photoArray[2]="images/gallery/003.jpg"
photoArray[3]="images/gallery/004.jpg"
photoArray[4]="images/gallery/005.jpg"
photoArray[5]="images/gallery/006.jpg"
photoArray[6]="images/gallery/007.jpg"
photoArray[7]="images/gallery/008.jpg"
photoArray[8]="images/gallery/009.jpg"
photoArray[9]="images/gallery/010.jpg"
photoArray[10]="images/gallery/011.jpg"
//photoArray[11]="images/lightning640x480.jpg";
photoArray[11]="images/gallery/012.jpg"


