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 Los Alamos Caravan"
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_10-8-06 Los Alamos caravan - 2.JPG",
"./Thumb_10-8-06 Los Alamos caravan - 3.JPG",
"./Thumb_10-8-06 Los Alamos caravan - 4.JPG",
"./Thumb_10-8-06 Los Alamos caravan - 5.JPG",
"./Thumb_10-8-06 Los Alamos caravan - 7.JPG",
"./Thumb_10-8-06 Los Alamos caravan - 8.JPG",
"./Thumb_10-8-06 Los Alamos caravan - 9.JPG",
"./Thumb_10-8-06 Los Alamos caravan - 11.JPG"
)

var imageDB = new Array(
".././10-8-06 Los Alamos caravan - 2.JPG",
".././10-8-06 Los Alamos caravan - 3.JPG",
".././10-8-06 Los Alamos caravan - 4.JPG",
".././10-8-06 Los Alamos caravan - 5.JPG",
".././10-8-06 Los Alamos caravan - 7.JPG",
".././10-8-06 Los Alamos caravan - 8.JPG",
".././10-8-06 Los Alamos caravan - 9.JPG",
".././10-8-06 Los Alamos caravan - 11.JPG"
)
var thumbMetadataDB = new Array(
"",
"A wet NMCA caravan to and from Los Alamos, Sunday October 8, 2006<BR><BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan to Los Alamos, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
"",
"",
"A wet NMCA caravan to and from Los Alamos, Sunday October 8, 2006<BR><BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan to Los Alamos, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan to Los Alamos, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
"",
"",
"A wet NMCA caravan to and from Los Alamos, Sunday October 8, 2006<BR><BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan from Los Alamos stops at Valles Caldera, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan to Los Alamos, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"A wet NMCA caravan to and from Los Alamos, Sunday October 8, 2006<BR><BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan to Los Alamos, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
"",
"",
"A wet NMCA caravan to and from Los Alamos, Sunday October 8, 2006<BR><BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan to Los Alamos, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan to Los Alamos, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
"",
"",
"A wet NMCA caravan to and from Los Alamos, Sunday October 8, 2006<BR><BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan from Los Alamos stops at Valles Caldera, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
"",
"",
"NMCA caravan to Los Alamos, Sunday October 8, 2006<BR>",
"",
"",
"",
"",
""
)
