// JavaScript Document
// Granada Gallery - Image Descriptions
// Rhian Thomas - July 2004
// 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 imageDescriptions = new Array (
"",
)