var firstMouseOverText = "Click this button to go to the first image."
var previousMouseOverText = "Click this button to go to the previous image."
var urlMouseOverText = "Click this button to go the the start of the album."
var nextMouseOverText = "Click this button to go to the next image."
var lastMouseOverText = "Click this button to go to the last image."
var stopMouseOverText = "Click this button to stop the slideshow."
var playMouseOverText = "Click this button to start the slideshow."
var title = "Spectrum21"
var subTitle = "Photos by Steve Shpall"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#000000"
var TEXT = "#FFFFFF"
var LINK = "#000000"
var VLINK = "#141414"
var ALINK = "#141414"
var pageFontFamily = "font-family: Arial Baltic;"
var pageFontSize = "font-size: large;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #FFFFFF";
var imageFontFamily = "font-family: Arial Baltic;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFFFF";
var rows = "1"
var columns = "10"
var thumbDB = new Array(
".././Thumb_not to be forgotten.JPG",
".././Thumb_call.JPG",
".././Thumb_day pass.JPG",
".././Thumb_first_day_cover.JPG",
".././Thumb_good old eggs.JPG",
".././Thumb_keys.JPG",
".././Thumb_knobs.JPG",
".././Thumb_longtimeago.JPG",
".././Thumb_master-locks.JPG",
".././Thumb_zodiacs.JPG"
)

var imageDB = new Array(
".././Image_not to be forgotten.JPG",
".././Image_call.JPG",
".././Image_day pass.JPG",
".././Image_first_day_cover.JPG",
".././Image_good old eggs.JPG",
".././Image_keys.JPG",
".././Image_knobs.JPG",
".././Image_longtimeago.JPG",
".././Image_master-locks.JPG",
".././Image_zodiacs.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Not To Be Forgotten",
"",
"",
"",
"",
"",
"",
"Call",
"",
"",
"",
"",
"",
"",
"Day Pass",
"",
"",
"",
"",
"",
"",
"First Day Cover",
"",
"",
"",
"",
"",
"",
"Good Old Eggs",
"",
"",
"",
"",
"",
"",
"Keys",
"",
"",
"",
"",
"",
"",
"Knobs",
"",
"",
"",
"",
"",
"",
"Long Time Ago",
"",
"",
"",
"",
"",
"",
"Master Locks",
"",
"",
"",
"",
"",
"",
"Zodiacs",
"",
"",
"",
"",
""
)
