//this is file vgallery.include.js

//(c) Troy R. Bishop 2003.

// To use this file as a template, enter the galleryImagePath below.

function initializeImageArray () {

if (displayedImages.length != 0)
   {
   return;
   }

galleryImagePath = "./galleryimages/";

displayedImages[displayedImages.length] = new imageRecord("Blue Grotto on the Sea of Glass", "2003", "./blue_grotto_on_the_sea_of_glass_120x90h.jpg", 120, 90, "./blue_grotto_on_the_sea_of_glass_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Cosmic Crucible", "2004", "./cosmic_crucible_120x90h.jpg", 120, 90, "./cosmic_crucible_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Crystal Bridge over the Abyss", "2003", "./crystal_bridge_over_the_abyss_120x90h.jpg", 120, 90, "./crystal_bridge_over_the_abyss_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Divine Indweller", "2003", "./divine_indweller_120x90h.jpg", 120, 90, "./divine_indweller_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Encounter on the Shining Plains", "2003", "./encounter_on_the_shining_plains_120x90h.jpg", 120, 90, "./encounter_on_the_shining_plains_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Expanding Horizons", "2004", "./expanding_horizons_120x90h.jpg", 120, 90, "./expanding_horizons_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Hall of Remembrance", "2004", "./hall_of_remembrance_120x90h.jpg", 120, 90, "./hall_of_remembrance_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("I Dreamt I Dwelt in Marble Halls", "2003", "./i_dreamt_i_dwelt_in_marble_halls_120x90h.jpg", 120, 90, "./i_dreamt_i_dwelt_in_marble_halls_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("In My Room", "2003", "./in_my_room_120x90h.jpg", 120, 90, "./in_my_room_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("In the Presence of the Burning Bush", "2003", "./in_the_presence_of_the_burning_bush_120x90h.jpg", 120, 90, "./in_the_presence_of_the_burning_bush_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Introspection", "2004", "./introspection_120x90h.jpg", 120, 90, "./introspection_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("New Dimensions", "2004", "./new_dimensions_120x90h.jpg", 120, 90, "./new_dimensions_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Room Within a Room", "2004", "./room_within_a_room_120x90h.jpg", 120, 90, "./room_within_a_room_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Temple of my Heart", "2003", "./temple_of_my_heart_120x90h.jpg", 120, 90, "./temple_of_my_heart_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("The Cosmic Balance", "2004", "./the_cosmic_balance_120x90h.jpg", 120, 90, "./the_cosmic_balance_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("The Last Supper", "2003", "./the_last_supper_120x90h.jpg", 120, 90, "./the_last_supper_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("The Passenger Ship of Life", "2003", "./the_passenger_ship_of_life_120x90h.jpg", 120, 90, "./the_passenger_ship_of_life_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("The Pillars of Eternity", "2003", "./the_pillars_of_eternity_120x90h.jpg", 120, 90, "./the_pillars_of_eternity_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Transcendent Splash", "2004", "./transcendent_splash_120x90h.jpg", 120, 90, "./transcendent_splash_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("When the Morning Stars Sang", "2003", "./when_the_morning_stars_sang_120x90h.jpg", 120, 90, "./when_the_morning_stars_sang_700x525h.jpg", 700,525);

displayedImages[displayedImages.length] = new imageRecord("Where Mind Alone Cannot Go", "2004", "./where_mind_alone_cannot_go_120x90h.jpg", 120, 90, "./where_mind_alone_cannot_go_700x525h.jpg", 700,525);
}

//End include file for thumbnail array initialization
