// JavaScript Document
// 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("Beijing", "Forbidden City"),
new pictureDetails("Beijing", "Summer Palace"),
new pictureDetails("Beijing", "Summer Palace"),
new pictureDetails("Beijing", "BLCU Campus"),
new pictureDetails("Beijing", "Internet Access"),
new pictureDetails("Beijing", "Sports Center"),
new pictureDetails("Beijing", "2008 Olympic Mascots")
);
