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 = "Family in Lexington, TX"
var subTitle = "July 14 2007"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#000000"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000000";
var rows = "10"
var columns = "4"
var thumbDB = new Array(
"./sm_DSCN2305.JPG",
"./sm_DSCN2308.JPG",
"./sm_DSCN2309.JPG",
"./sm_DSCN2310.JPG",
"./sm_DSCN2312.JPG",
"./sm_DSCN2313.JPG",
"./sm_DSCN2314.JPG",
"./sm_DSCN2316.JPG",
"./sm_DSCN2317.JPG",
"./sm_DSCN2318.JPG",
"./sm_DSCN2320.JPG",
"./sm_DSCN2321.JPG"
)

var imageDB = new Array(
".././DSCN2305.JPG",
".././DSCN2308.JPG",
".././DSCN2309.JPG",
".././DSCN2310.JPG",
".././DSCN2312.jpg",
".././DSCN2313.jpg",
".././DSCN2314.JPG",
".././DSCN2316.jpg",
".././DSCN2317.jpg",
".././DSCN2318.JPG",
".././DSCN2320.JPG",
".././DSCN2321.jpg"
)
var thumbMetadataDB = new Array(
"DSCN2305.JPG",
"Dave, Carl, Steve, Sherrie, Mark & Jack",
"",
"",
"",
"",
"",
"DSCN2308.JPG",
"I should have been on the other side of the lens.",
"",
"",
"",
"",
"",
"DSCN2309.JPG",
"I'm missing a big part of the group.",
"",
"",
"",
"",
"",
"DSCN2310.JPG",
"",
"",
"",
"",
"",
"",
"DSCN2312.jpg",
"",
"",
"",
"",
"",
"",
"DSCN2313.jpg",
"",
"",
"",
"",
"",
"",
"DSCN2314.JPG",
"",
"",
"",
"",
"",
"",
"DSCN2316.jpg",
"",
"",
"",
"",
"",
"",
"DSCN2317.jpg",
"",
"",
"",
"",
"",
"",
"DSCN2318.JPG",
"Cliff & Janie",
"",
"",
"",
"",
"",
"DSCN2320.JPG",
"",
"",
"",
"",
"",
"",
"DSCN2321.jpg",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"DSCN2305.JPG",
"Dave, Carl, Steve, Sherrie, Mark & Jack",
"",
"",
"",
"",
"",
"DSCN2308.JPG",
"I should have been on the other side of the lens.",
"",
"",
"",
"",
"",
"DSCN2309.JPG",
"I'm missing a big part of the group.",
"",
"",
"",
"",
"",
"DSCN2310.JPG",
"",
"",
"",
"",
"",
"",
"DSCN2312.jpg",
"",
"",
"",
"",
"",
"",
"DSCN2313.jpg",
"",
"",
"",
"",
"",
"",
"DSCN2314.JPG",
"",
"",
"",
"",
"",
"",
"DSCN2316.jpg",
"",
"",
"",
"",
"",
"",
"DSCN2317.jpg",
"",
"",
"",
"",
"",
"",
"DSCN2318.JPG",
"Cliff & Janie",
"",
"",
"",
"",
"",
"DSCN2320.JPG",
"",
"",
"",
"",
"",
"",
"DSCN2321.jpg",
"",
"",
"",
"",
"",
""
)

