// JavaScript Document
// Stellenbosch Gallery - Image Descriptions
// Danielle Carpino - November 2007
// Copyright American Institute For Foreign Study
// This array is optional for the image gallery to work
// If an array is defined, then the number of elements in the array must match the number of images
// located in the 'large' folder associated with the image gallery
// If some images to not have a descriptions, set that element to ""
var imagetitles = new Array(

new pictureDetails("Stellenbosch University campus",""),
new pictureDetails("Stellenbosch University campus",""),
new pictureDetails("Stellenbosch University campus",""),
new pictureDetails("Stellenbosch University campus",""),
new pictureDetails("Campus housing",""),
new pictureDetails("Campus housing",""),
new pictureDetails("Stellenbosch University campus",""),
new pictureDetails("Resident Director and student",""),
new pictureDetails("Stellenbosch",""),
new pictureDetails("Cape Town",""),
new pictureDetails("Stellenbosch",""),
new pictureDetails("Cape Town",""),
new pictureDetails("Cape Town",""),
new pictureDetails("Stellenbosch",""),
new pictureDetails("Stellenbosch",""),
new pictureDetails("Stellenbosch",""),
new pictureDetails("Stellenbosch",""),
new pictureDetails("Cape Town",""),
new pictureDetails("Delaure Vineyard, Stellenbosch",""),
new pictureDetails("Delaure Vineyard, Stellenbosch",""),
new pictureDetails("Delaure Vineyard, Stellenbosch",""),
new pictureDetails("Hestea, AIFS Resident Director in Stellenbosch",""),
new pictureDetails("Gallery opening, Stellenbosch",""),
new pictureDetails("Gallery opening, Stellenbosch",""),
new pictureDetails("Learning to ride an ostritch",""),
new pictureDetails("Buying from the locals",""),
new pictureDetails("Discovering up close South Africa's wildlife",""),
new pictureDetails("Trip to Cape Point",""),
new pictureDetails("Trip to Brenton on Sea (on the Garden Route)",""),
new pictureDetails("Trip to the Cederberg Mountains",""),
new pictureDetails("Stellenbosch University campus",""),
new pictureDetails("Southern tip of Cape",""),
new pictureDetails("Southern tip of Cape",""),
new pictureDetails("Volunteering with Children",""),
new pictureDetails("Robben Island",""),
new pictureDetails("Students in South Africa",""),
new pictureDetails("Students Kayaking on the Orange River",""),
new pictureDetails("Neethlingshof Estate",""),
new pictureDetails("Table Mountains",""),
new pictureDetails("Table Mountains",""),
new pictureDetails("Table Mountains",""),
new pictureDetails("Table Mountains",""),
new pictureDetails("Stellenbosch Resident Director","")
);