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 = "Motorsports Labor Day Spectacular"
var subTitle = "Sept. 2, 2006 - Las Vegas Motor Speedway"
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_0759.JPG",
"./thumb_100_0761.JPG",
"./thumb_100_0765.JPG",
"./thumb_100_0766.JPG",
"./thumb_100_0767.JPG",
"./thumb_100_0769.JPG",
"./thumb_100_0770.JPG",
"./thumb_100_0772.JPG",
"./thumb_100_0848.JPG"
)

var imageDB = new Array(
".././100_0759.JPG",
".././100_0761.JPG",
".././100_0765.JPG",
".././100_0766.JPG",
".././100_0767.JPG",
".././100_0769.JPG",
".././100_0770.JPG",
".././100_0772.JPG",
".././100_0848.JPG"
)
var thumbMetadataDB = new Array(
"100_0759.JPG",
"",
"",
"",
"",
"",
"",
"100_0761.JPG",
"",
"",
"",
"",
"",
"",
"100_0765.JPG",
"",
"",
"",
"",
"",
"",
"100_0766.JPG",
"",
"",
"",
"",
"",
"",
"100_0767.JPG",
"",
"",
"",
"",
"",
"",
"100_0769.JPG",
"",
"",
"",
"",
"",
"",
"100_0770.JPG",
"",
"",
"",
"",
"",
"",
"100_0772.JPG",
"",
"",
"",
"",
"",
"",
"100_0848.JPG",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"100_0759.JPG",
"",
"",
"",
"",
"",
"",
"100_0761.JPG",
"",
"",
"",
"",
"",
"",
"100_0765.JPG",
"",
"",
"",
"",
"",
"",
"100_0766.JPG",
"",
"",
"",
"",
"",
"",
"100_0767.JPG",
"",
"",
"",
"",
"",
"",
"100_0769.JPG",
"",
"",
"",
"",
"",
"",
"100_0770.JPG",
"",
"",
"",
"",
"",
"",
"100_0772.JPG",
"",
"",
"",
"",
"",
"",
"100_0848.JPG",
"",
"",
"",
"",
"",
""
)

