 
// Automatically generated by makeslides.exe program.
// HAND EDITED CHANGES WILL BE LOST whenever makeslides.exe
// is run again!
//
// Author: Tony Garland
// Info: contact@SpiritAndTruth.org
//
 

// Logo, banner, copyright, and info link on splash screen.
//
window.logo = '<a href="http://www.SpiritAndTruth.org"><IMG src=spiritandtruth.gif border=0 alt="SpiritAndTruth.org"></a>'
window.banner = "Webshow Slide Viewer"
window.copyright = '&copy; 2004 <a href="http://www.SpiritAndTruth.org">SpiritAndTruth.org</a>'
window.info = '<a href="mailto:contact@SpiritAndTruth.org">SpiritAndTruth.org</a>'

// Home location.
window.home = 'http://www.SpiritAndTruth.org'
 

// List of titles for the slides.
//
window.titles = [
"Introduction",
"WebShow Operation",
"Configuring WebShow",
"Automatic Settings",
"Limitations",
"Advanced Features"
]
 

// List of slide files.
//
window.slides = [
"1.htm",
"2.htm",
"3.htm",
"4.htm",
"5.htm",
"6.htm"
]
 
            
// List of audio files.
//
window.audios = [
"1.mp3",
"2.mp3",
"3.mp3",
"4.mp3",
"5.mp3",
"6.mp3"
]


// 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
