// JavaScript Document
// 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("Students in Limerick", ""),
new pictureDetails("Students in Limerick", "Todd Norman with St. John's Castle in the background"),
new pictureDetails("River Shannon", ""),
new pictureDetails("Bridge over the River Shannon", ""),
new pictureDetails("Circus", ""),
new pictureDetails("University of Limerick campus", ""),
new pictureDetails("Relaxing after class", ""),
new pictureDetails("Dromroe Village student accommodation", ""),
new pictureDetails("University of Limerick Sports Arena", ""),
new pictureDetails("Evening at Dolan’s", ""),
new pictureDetails("Tower Bridge in London", ""),
new pictureDetails("The Tower of London", ""),
new pictureDetails("London trip", ""),
new pictureDetails("Buckingham Palace", ""),
new pictureDetails("Buckingham Palace", ""),
new pictureDetails("London Parliament", ""),
new pictureDetails("Parliament and Big Ben", ""),
new pictureDetails("Cara on the castle", ""),
new pictureDetails("Philip climbing up the ruins", ""),
new pictureDetails("Dromroe student village", ""),
new pictureDetails("Dromroe student village", ""),
new pictureDetails("Dromroe student village", ""),
new pictureDetails("Kitchen", ""),
new pictureDetails("Plassey house", ""),
new pictureDetails("Trip to Bunratty Castle", ""),
new pictureDetails("Trip to Bunratty Castle", ""),
new pictureDetails("Cathedral in Bunratty", ""),
new pictureDetails("Trip to the Aran Islands", ""),
new pictureDetails("Trip to the Aran Islands", ""),
new pictureDetails("Trip to the Aran Islands", ""),
new pictureDetails("Trip to the Aran Islands", ""),
new pictureDetails("Trip to the Aran Islands", ""),
new pictureDetails("Trip to the Dingle Peninsula", ""),
new pictureDetails("Trip to the Dingle Peninsula", ""),
new pictureDetails("Shops in Doolin", ""),
new pictureDetails("Trip to Dublin", ""),
new pictureDetails("Trip to Dublin", ""),
new pictureDetails("Trip to Dublin", ""),
new pictureDetails("Trip to Dublin", "Trinity College"),
new pictureDetails("Trip to Dublin", "Trinity College"),
new pictureDetails("Trip to Dublin", "Trinity College"),
new pictureDetails("Fungi the Dolphin", ""),
new pictureDetails("Searching for Fungi the Dolphin", ""),
new pictureDetails("Searching for Fungi the Dolphin", ""),
new pictureDetails("Fungi the Dolphin", ""),
new pictureDetails("Trip the the cliffs of Moher", ""),
new pictureDetails("Poulnabrone", ""),
new pictureDetails("Poulnabrone", ""),
new pictureDetails("Happy Birthday!", ""),
new pictureDetails("Students at Blarney Castle", ""),
new pictureDetails("Students at Blarney Castle", ""),
new pictureDetails("Trip to the Aran Islands", ""),
new pictureDetails("Blarney Castle", ""),
new pictureDetails("Blarney Castle", ""),
new pictureDetails("Cliffs of Moher", ""),
new pictureDetails("Cliffs of Moher", ""),
new pictureDetails("Cliffs of Moher", ""),
new pictureDetails("Cliffs of Moher", ""),
new pictureDetails("Cliffs of Moher", ""),
new pictureDetails("Cliffs of Moher", ""),
new pictureDetails("Celtic Tombstone", ""),
new pictureDetails("Telephone", ""),
new pictureDetails("Guinness Sign", ""),
new pictureDetails("Trinity College, Dublin", ""),
new pictureDetails("View of the River Shannon", ""),
new pictureDetails("Climbing the Ruins", ""),
new pictureDetails("View from the Ruins", ""),
new pictureDetails("Limerick Cottage", ""),
new pictureDetails("Giant's Causeway, Northern Ireland", ""),
new pictureDetails("Trip to Belfast", ""),
new pictureDetails("Mill in Bunratty", ""),
new pictureDetails("Poulnabrone", ""),
new pictureDetails("Lahinch", ""),
new pictureDetails("Students in Limerick", ""),
new pictureDetails("Dorm Bedroom", ""),
new pictureDetails("Dorm Living Room", ""),
new pictureDetails("Dorm Kitchen", ""),
new pictureDetails("University Pool", "")
);