
// Main title and array of slide titles.
//
window.banner = "Introduction to First Thessalonians"

window.titles = [
"1st Journey",
"Emperor Claudius",
"Reach of the Gospel",
"2nd Journey: Asia",
"2nd Journey: Troas",
"2nd Journey: Philippi",
"2nd Journey: Thessalonica",
"Paul's Experience"
]

// List of slide files.
//
window.slides = [
"01.htm",
"02.htm",
"03.htm",
"04.htm",
"05.htm",
"06.htm",
"07.htm",
"08.htm"
]
            
// List of audio files.
//
window.audios = [
"01.mp3",
"02.mp3",
"03.mp3",
"04.mp3",
"05.mp3",
"06.mp3",
"07.mp3",
"08.mp3"
]

// Logo and information links.
//
window.logo = '<a href="http://www.SpiritAndTruth.org/highpeaks"><IMG src=HPBF_sm.jpg border=0 alt="High Peaks Bible Fellowship"></a>'

window.copyright = '&copy; 2004 <a href="mailto:Steve2@SpiritAndTruth.org">Steve Lewis</a>'

window.info = '<a href="mailto:Steve2@SpiritAndTruth.org">High Peaks Bible Fellowship</a>'
window.bibleVersion='../../../../lookup/version.htm';
window.home = 'http://www.spiritandtruth.org/highpeaks'

// File to launch to stop audio playback.
// Change if your player does not support MP3.
// Make a short empty recording and use that
// instead.
window.silence = "silent.mp3"

// Auto advance slides every N seconds?
// Set to zero to disable.
window.advance = 0

// Automatically start slide show at specified slide?
// Set to zero to disable. (Slide show will start
// at splash screen if autostart is set to zero.
// User must press 'start' button to start the show.
window.autostart = 0
