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 Joanne Koltnow"
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_6 berberis.JPG",
".././Thumb_1 passionflower6.JPG",
".././Thumb_2 digitallis2.JPG",
".././Thumb_3 creek dogwood6.JPG",
".././Thumb_4 plum2 .JPG",
".././Thumb_5 smoke tree.JPG",
".././Thumb_7 pink vine.JPG",
".././Thumb_8 crabapple10.JPG",
".././Thumb_9 purple passion4.JPG",
".././Thumb_10 reflection.JPG"
)

var imageDB = new Array(
".././Image_6 berberis.JPG",
".././Image_1 passionflower6.JPG",
".././Image_2 digitallis2.JPG",
".././Image_3 creek dogwood6.JPG",
".././Image_4 plum2 .JPG",
".././Image_5 smoke tree.JPG",
".././Image_7 pink vine.JPG",
".././Image_8 crabapple10.JPG",
".././Image_9 purple passion4.JPG",
".././Image_10 reflection.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Berberis",
"",
"",
"",
"",
"",
"",
"Passion Flowers",
"",
"",
"",
"",
"",
"",
"Digitalis",
"",
"",
"",
"",
"",
"",
"Creek Dogwood",
"",
"",
"",
"",
"",
"",
"Plum",
"",
"",
"",
"",
"",
"",
"Smoke Tree",
"",
"",
"",
"",
"",
"",
"Jasmine",
"",
"",
"",
"",
"",
"",
"Crabapple",
"",
"",
"",
"",
"",
"",
"Passion Flower 4",
"",
"",
"",
"",
"",
"",
"Plum-Camphor Reflection",
"",
"",
"",
"",
""
)
