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 = "2009 Corvettes In The Jemez"
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 = "#000099"
var LINK = "#ff0000"
var VLINK = "#0000FF"
var ALINK = "#0000FF"
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_DSC_0014DSC_0014.JPG",
"./Thumb_DSC_0024DSC_0024.JPG",
"./Thumb_DSC_0026DSC_0026.JPG",
"./Thumb_DSC_0033DSC_0033.JPG",
"./Thumb_DSC_0036DSC_0036.JPG",
"./Thumb_DSC_0037DSC_0037.JPG"
)

var imageDB = new Array(
".././DSC_0014DSC_0014.jpg",
".././DSC_0024DSC_0024.jpg",
".././DSC_0026DSC_0026.jpg",
".././DSC_0033DSC_0033.jpg",
".././DSC_0036DSC_0036.jpg",
".././DSC_0037DSC_0037.jpg"
)
var thumbMetadataDB = new Array(
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
"",
"",
"Corvettes In The Jemez - June 13, 2009",
"",
"",
"",
"",
""
)

