// 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 imagetitles = new Array(
new pictureDetails("Piacenza countryside - winery and harvest", ""),
new pictureDetails("Piacenza countryside - winery and harvest", ""),
new pictureDetails("Piacenza countryside - winery and harvest", ""),
new pictureDetails("Piacenza countryside - winery and harvest", ""),
new pictureDetails("Cinque Terre", ""),
new pictureDetails("Cinque Terre", ""),
new pictureDetails("Field trip to Pietrasanta", ""),
new pictureDetails("Serverdati", ""),
new pictureDetails("Students in manarola", ""),
new pictureDetails("Orientation in Viareggio", ""),
new pictureDetails("Lunch in Viareggio", ""),
new pictureDetails("Cinque Terra", ""),
new pictureDetails("Hiking in Cinque Terra", ""),
new pictureDetails("The Duomo in Florence", ""),
new pictureDetails("Students at the top of the Duomo", ""),
new pictureDetails("The Ponte Vecchio", ""),
new pictureDetails("Amphitheatre in Fiesole", ""),
new pictureDetails("Trip to Capri", ""),
new pictureDetails("Trip to Venice", "Flooding in St. Marcos Square"),
new pictureDetails("Grand Canal in Venice", ""),
new pictureDetails("Trip to Capri", ""),
new pictureDetails("Students in Venice", ""),
new pictureDetails("Carnival in Viareggio", ""),
new pictureDetails("Trip to Capri", ""),
new pictureDetails("Painting for class", ""),
new pictureDetails("Ponte Vecchio", "Students in front of Florence's oldest bridge")
);
