//this is file rgallery_include.js

//(c) Troy R. Bishop 2003.

function initializeImageArray () {

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

galleryImagePath = "./galleryimages/";

displayedImages[displayedImages.length] = new imageRecord("Associate Transcendental Master Force Organizer", "2003", "associate_transcendental_master_force_organizer_120x90h.jpg", 120, 90, "associate_transcendental_master_force_organizer_700x525h.jpg", 700, 525);

/*
displayedImages[displayedImages.length] = new imageRecord("Chamber of Personality Reassembly", "2003", "chamber_of_personality_reassembly_120x90h.jpg", 120, 90, "chamber_of_personality_reassembly_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Concourse in the Hall of New Life", "2003", "concourse_in_the_hall_of_new_life_120x90h.jpg", 120, 90, "concourse_in_the_hall_of_new_life_700x525h.jpg", 700, 525);
*/

displayedImages[displayedImages.length] = new imageRecord("Conductor of Worship on Paradise", "2003", "conductor_of_worship_on_paradise_120x90h.jpg", 120, 90, "conductor_of_worship_on_paradise_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Confluence of Pervaded and Unpervaded Space", "2003", "confluence_of_pervaded_and_unpervaded_space_120x90h.jpg", 120, 90, "confluence_of_pervaded_and_unpervaded_space_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Death Is Not The End", "2003", "death_is_not_the_end_120x90h.jpg", 120, 90, "death_is_not_the_end_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Highways of Heaven", "2003", "highways_of_heaven_120x90h.jpg", 120, 90, "highways_of_heaven_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("I Found My Heart at Gethsemane", "2003", "i_found_my_heart_at_gethsemane_120x90h.jpg", 120, 90, "i_found_my_heart_at_gethsemane_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Joy of the Supreme", "2003", "joy_of_the_supreme_120x90h.jpg", 120, 90, "joy_of_the_supreme_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Lanaforge", "2003", "lanaforge_120x90h.jpg", 120, 90, "lanaforge_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Lightly My Soul Dances", "2003", "lightly_my_soul_dances_90x120h.jpg", 90, 120, "lightly_my_soul_dances_525x700h.jpg", 525, 700);

displayedImages[displayedImages.length] = new imageRecord("Mansonia 2 Temple of Inner Healing", "2003", "mansonia_2_temple_of_inner_healing_120x90h.jpg", 120, 90, "mansonia_2_temple_of_inner_healing_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Morontia Canyons", "2003", "morontia_canyons_120x90h.jpg", 120, 90, "morontia_canyons_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Morontia Melody", "2003", "morontia_melody_120x90h.jpg", 120, 90, "morontia_melody_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Nebadon 600 Billion BC", "2003", "nebadon_600_billion_bc_120x90h.jpg", 120, 90, "nebadon_600_billion_bc_700x525h.jpg", 700, 525);

/*
displayedImages[displayedImages.length] = new imageRecord("Return to Seraphington", "2003", "return_to_seraphington_120x90h.jpg", 120, 90, "return_to_seraphington_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Rigging Energy Lanes near a Dark Giant", "2003", "rigging_energy_lanes_near_a_dark_giant_120x90h.jpg", 120, 90, "rigging_energy_lanes_near_a_dark_giant_700x525h.jpg", 700, 525);
*/

displayedImages[displayedImages.length] = new imageRecord("Showtime at the Amphitheater", "2003", "showtime_at_the_amphitheater_120x90h.jpg", 120, 90, "showtime_at_the_amphitheater_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Temple of the Finaliters", "2003", "temple_of_the_finaliters_120x90h.jpg", 120, 90, "temple_of_the_finaliters_700x525h.jpg", 700, 525);

/*
displayedImages[displayedImages.length] = new imageRecord("The Michael Memorial", "2003", "the_michael_memorial_120x90h.jpg", 120, 90, "the_michael_memorial_700x525h.jpg", 700, 525);
*/

displayedImages[displayedImages.length] = new imageRecord("Transport Seraphim", "2003", "transport_seraphim_120x90h.jpg", 120, 90, "transport_seraphim_700x525h.jpg", 700, 525);

displayedImages[displayedImages.length] = new imageRecord("Tree of Life", "2003", "tree_of_life_90x120h.jpg", 90, 120, "tree_of_life_525x700h.jpg", 525, 700);

displayedImages[displayedImages.length] = new imageRecord("Where Eye Hath Not Gone", "2003", "where_eye_hath_not_gone_120x90h.jpg", 120, 90, "where_eye_hath_not_gone_700x525h.jpg", 700, 525);
}

//End include file for thumbnail array initialization
