var galleryTitle = "- Family Photos -";

// set up an array for the images
var photoArray = new Array(16)
photoArray[0]="images/arron,chrissy and baby.jpg"
photoArray[1]="images/ATC.jpg"
photoArray[2]="images/Atc boys.jpg"
photoArray[3]="images/Eric and Aaron.jpg"
photoArray[4]="images/Eric Issac.jpg"
photoArray[5]="images/Issac.jpg"
photoArray[6]="images/Issac 2.jpg"
photoArray[7]="images/Issac and Holly.jpg"
photoArray[8]="images/Issac Holly 2.jpg"
photoArray[9]="images/Jan.jpg"
photoArray[10]="images/Mud Glorious mud.jpg"
photoArray[11]="images/Scott.jpg"
photoArray[12]="images/Scott and Sean.jpg"
photoArray[13]="images/Sean.jpg"
photoArray[14]="images/sean mowing.jpg"
photoArray[15]="images/Sean Scott.jpg";


// set up an array for the images
var photoLabels = new Array(16)
photoLabels[0] = "Our newest Grandson Riley."
photoLabels[1] = "The Air Training Corp of NZ"
photoLabels[2] = "2 yongest sons Scott and Sean"
photoLabels[3] = "The 2 oldest sons Eric and Aaron, both are now fathers"
photoLabels[4] = "Eric with his first son Issac"
photoLabels[5] = "Grandson Issac" 
photoLabels[6] = "Grandson Issac"
photoLabels[7] = "Grand children Issac and Holly"
photoLabels[8] = "Grand children Issac and Holly"
photoLabels[9] = "Our very dear friend from Canada"
photoLabels[10] = "Oh dear oh dear who is going to do the washing"
photoLabels[11] = "Scott"
photoLabels[12] = "Paint Gun fun"
photoLabels[13] = "Sean"
photoLabels[14] = "Sean Mowing the lawn"
photoLabels[15] = "Sean and Scott";