// JavaScript Document
// Cairns 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("Cairns", "Cairns is located on the east coast of Cape York Peninsula on a coastal strip between the Coral Sea and the Great Dividing Range."),
new pictureDetails("James Cook University Campus", "JCU is the second oldest university in Queensland and the first tertiary education institution in North Queensland. JCU is ranked among the best universities in Queensland and is one of only 17 Australian universities that was listed in the ARWU top 500 academic world universities in 2007."),
new pictureDetails("Student with a Koala Bear", "Cairns is the hotspot for wildlife diversity in Australia and is an ideal place to see a huge variety of birds, mammals and reptiles."),
new pictureDetails("Cairns Harbor", ""),
new pictureDetails("Day at the Beach", "Cairns has some of the most beautiful beaches in Queensland."),
new pictureDetails("Coral", "Cairns is a major international destination for scuba diving and snorkelling due to its close proximity to the Great Barrier Reef."),
new pictureDetails("Cairns Esplanade", "The Esplanade is a popular spot to relax, cool off, have a barbecue, play beach volleyball and skateboard."),
new pictureDetails("Meeting a Kangaroo", ""),
new pictureDetails("Trip to Sydney: Opera House", "Three nights in Sydney is included at the start of the program."),
new pictureDetails("Trip to Sydney: Harbor", "Three nights in Sydney is included at the start of the program."),
new pictureDetails("Trip to Sydney: Under the Harbor Bridge", "Three nights in Sydney is included at the start of the program."),
new pictureDetails("Trip to Sydney: Harbor", "Three nights in Sydney is included at the start of the program.")
);