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 = "Route 66 Car Show"
var subTitle = "<a href=\"http://www.nmcorvette.org/photos\"<b>Return To NMCA Web Site</b></a>"
var URL = "index.htm"
var delay = "5000"
var BGCOLOR = "#FFFFCC"
var TEXT = "#FF0000"
var LINK = "#000099"
var VLINK = "#000099"
var ALINK = "#000099"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000099";
var rows = "10"
var columns = "4"
var thumbDB = new Array(
"./Thumb_5-26-07 Route 66 - Hugh.JPG",
"./Thumb_5-26-07 Route 66 - Jack 1977.JPG",
"./Thumb_5-26-07 Route 66 - Jack.JPG",
"./Thumb_5-26-07 Route 66 - Lori 2001.JPG",
"./Thumb_5-26-07 Route 66 Group shot.JPG"
)

var imageDB = new Array(
".././5-26-07 Route 66 - Hugh.jpg",
".././5-26-07 Route 66 - Jack 1977.jpg",
".././5-26-07 Route 66 - Jack.jpg",
".././5-26-07 Route 66 - Lori 2001.jpg",
".././5-26-07 Route 66 Group shot.jpg"
)
var thumbMetadataDB = new Array(
"",
"Route 66 Car Show.  Hubert Monroy consults with the judges.  May 26, 2007",
"",
"",
"",
"",
"",
"",
"Route 66 Car Show.  Jack Stephens shows his modified 1977 Corvette.  May 26, 2007",
"",
"",
"",
"",
"",
"",
"Route 66 Car Show.  Jack Stephens gets the opions of the judges.  May 26, 2007",
"",
"",
"",
"",
"",
"",
"Route 66 Car Show.  Lori and Larry Jordan show their 2001 & 2003 Corvettes.  May 26, 2007",
"",
"",
"",
"",
"",
"",
"Route 66 Car Show.  Dan Bond attempts to recruit new members.  May 26, 2007",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Route 66 Car Show.  Hubert Monroy consults with the judges.  May 26, 2007",
"",
"",
"",
"",
"",
"",
"Route 66 Car Show.  Jack Stephens shows his modified 1977 Corvette.  May 26, 2007",
"",
"",
"",
"",
"",
"",
"Route 66 Car Show.  Jack Stephens gets the opions of the judges.  May 26, 2007",
"",
"",
"",
"",
"",
"",
"Route 66 Car Show.  Lori and Larry Jordan show their 2001 & 2003 Corvettes.  May 26, 2007",
"",
"",
"",
"",
"",
"",
"Route 66 Car Show.  Dan Bond attempts to recruit new members.  May 26, 2007",
"",
"",
"",
"",
""
)

