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 = "NASCAR TRUCK Series"
var subTitle = "Las Vegas Motor Speedway Oct. 23, 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_0932.JPG",
"./thumb_100_0933.JPG",
"./thumb_100_0934.JPG",
"./thumb_100_0935.JPG"
)

var imageDB = new Array(
".././100_0932.JPG",
".././100_0933.JPG",
".././100_0934.JPG",
".././100_0935.JPG"
)
var thumbMetadataDB = new Array(
"100_0932.JPG",
"",
"",
"",
"",
"",
"",
"100_0933.JPG",
"",
"",
"",
"",
"",
"",
"100_0934.JPG",
"",
"",
"",
"",
"",
"",
"100_0935.JPG",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"100_0932.JPG",
"",
"",
"",
"",
"",
"",
"100_0933.JPG",
"",
"",
"",
"",
"",
"",
"100_0934.JPG",
"",
"",
"",
"",
"",
"",
"100_0935.JPG",
"",
"",
"",
"",
"",
""
)

