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 = "NMCA Cimarron Trip"
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: #000099";
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_11-11-06 Cimarron - 1 (10).JPG",
"./Thumb_11-11-06 Cimarron - 2 (14).JPG",
"./Thumb_11-11-06 Cimarron - 3 (37).JPG",
"./Thumb_11-12-06 Cimarron - 4 (41).JPG",
"./Thumb_11-12-06 Cimarron - 5 (50).JPG",
"./Thumb_11-12-06 Cimarron - 6 (51).JPG",
"./Thumb_11-12-06 Cimarron - 6 (53).JPG"
)

var imageDB = new Array(
".././11-11-06 Cimarron - 1 (10).jpg",
".././11-11-06 Cimarron - 2 (14).jpg",
".././11-11-06 Cimarron - 3 (37).jpg",
".././11-12-06 Cimarron - 4 (41).jpg",
".././11-12-06 Cimarron - 5 (50).jpg",
".././11-12-06 Cimarron - 6 (51).jpg",
".././11-12-06 Cimarron - 6 (53).jpg"
)
var thumbMetadataDB = new Array(
"",
"NMCA heads north to Cimarron, NM for an overnight experience.  The group will join others in Santa Fe for the journey.  Saturday November 11, 2006",
"",
"",
"",
"",
"",
"",
"NMCA heads north to Cimarron, NM for an overnight experience.  The group will join others in Santa Fe for the journey.  Saturday November 11, 2006",
"",
"",
"",
"",
"",
"",
"NMCA arrives at the St James hotel in Cimarron, NM, Saturday November 11, 2006",
"",
"",
"",
"",
"",
"",
"NMCA heads towards Angel Fire, NM, Sunday November 12, 2006",
"",
"",
"",
"",
"",
"",
"Lori Jordan’s 2001 at the Vietnam Veterans Memorial, Angel Fire, NM, Sunday November 12, 2006",
"",
"",
"",
"",
"",
"",
"NMCA departs the Vietnam Veterans Memorial, Angel Fire, NM, Sunday November 12, 2006",
"",
"",
"",
"",
"",
"",
"NMCA having fun in the snow on return from a great night in Cimarron, NM,, Sunday November 12, 2006",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"NMCA heads north to Cimarron, NM for an overnight experience.  The group will join others in Santa Fe for the journey.  Saturday November 11, 2006",
"",
"",
"",
"",
"",
"",
"NMCA heads north to Cimarron, NM for an overnight experience.  The group will join others in Santa Fe for the journey.  Saturday November 11, 2006",
"",
"",
"",
"",
"",
"",
"NMCA arrives at the St James hotel in Cimarron, NM, Saturday November 11, 2006",
"",
"",
"",
"",
"",
"",
"NMCA heads towards Angel Fire, NM, Sunday November 12, 2006",
"",
"",
"",
"",
"",
"",
"Lori Jordan’s 2001 at the Vietnam Veterans Memorial, Angel Fire, NM, Sunday November 12, 2006",
"",
"",
"",
"",
"",
"",
"NMCA departs the Vietnam Veterans Memorial, Angel Fire, NM, Sunday November 12, 2006",
"",
"",
"",
"",
"",
"",
"NMCA having fun in the snow on return from a great night in Cimarron, NM,, Sunday November 12, 2006",
"",
"",
"",
"",
""
)

