var galleryTitle = "- Avocets -";

// set up an array for the images
var photoArray = new Array(16)
photoArray[0]="images/avocet.jpg"
photoArray[1]="images/Avocet2.jpg"
photoArray[2]="images/Avocet3.jpg"
photoArray[3]="images/Avocet7.jpg"
photoArray[4]="images/Avocet6a.jpg"
photoArray[5]="images/Avocets 5a.jpg"
photoArray[6]="images/Avocet7a.jpg"
photoArray[7]="images/Avocet10.jpg"
photoArray[8]="images/.Avocet11.jpg"
photoArray[9]="images/Avocet12.jpg"
photoArray[10]="images/Avocet13.jpg"
photoArray[11]="images/Avocet14.jpg"
photoArray[12]="images/Avocet15.jpg"
photoArray[13]="images/Avocet16.jpg"
photoArray[14]="images/Avocet17.jpg"
photoArray[15]="images/Avocet18.jpg";

// set up an array for the images
var photoLabels = new Array(16)
photoLabels[0] = "Avocet"
photoLabels[1] = "Avocet"
photoLabels[2] = "Avocet"
photoLabels[3] = "Avocet"
photoLabels[4] = "Avocet"
photoLabels[5] = "Avocet" 
photoLabels[6] = "Avocet"
photoLabels[7] = "With 3 week old chick"
photoLabels[8] = "With 3 week old chick"
photoLabels[9] = "Close up of 3 week old chick"
photoLabels[10] = "10 day old chick"
photoLabels[11] = "Newly hatched chicks"
photoLabels[12] = "Newly hatched chicks & sitting adults"
photoLabels[13] = "Walking the chicks to the Island Lake"
photoLabels[14] = "Walking the chicks to the Island Lake"
photoLabels[15] = "Preparing to walk the chicks over";

