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 = "Henderson Auto Show"
var subTitle = "Oct. 24, 2006"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#000000"
var TEXT = "#FFFF66"
var LINK = "#0033CC"
var VLINK = "#DCDCDC"
var ALINK = "#FF9900"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #FFFF00";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFF00";
var rows = "3"
var columns = "3"
var thumbDB = new Array(
"./thumb_100_0945.JPG",
"./thumb_100_0947.JPG",
"./thumb_100_0949.JPG",
"./thumb_100_0951.JPG",
"./thumb_100_0952.JPG"
)

var imageDB = new Array(
".././100_0945.JPG",
".././100_0947.JPG",
".././100_0949.JPG",
".././100_0951.JPG",
".././100_0952.JPG"
)
var thumbMetadataDB = new Array(
"100_0945.JPG",
"",
"",
"",
"",
"",
"",
"100_0947.JPG",
"",
"",
"",
"",
"",
"",
"100_0949.JPG",
"",
"",
"",
"",
"",
"",
"100_0951.JPG",
"",
"",
"",
"",
"",
"",
"100_0952.JPG",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"100_0945.JPG",
"",
"",
"",
"",
"",
"",
"100_0947.JPG",
"",
"",
"",
"",
"",
"",
"100_0949.JPG",
"",
"",
"",
"",
"",
"",
"100_0951.JPG",
"",
"",
"",
"",
"",
"",
"100_0952.JPG",
"",
"",
"",
"",
"",
""
)
