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 = "Sunday's Hike to Flora Lake"
var subTitle = "August 7, 2005"
var URL = "index.htm"
var delay = "9000"
var BGCOLOR = "#99CC99"
var TEXT = "#996633"
var LINK = "#666633"
var VLINK = "#3399CC"
var ALINK = "#3366CC"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: small;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #996633";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #996633";
var rows = "6"
var columns = "1"
var thumbDB = new Array(
".././Thumb_PICT0001.JPG",
".././Thumb_PICT0003.JPG",
".././Thumb_PICT0005a.JPG",
".././Thumb_PICT0007.JPG",
".././Thumb_PICT0010.JPG",
".././Thumb_PICT0013.JPG"
)

var imageDB = new Array(
".././PICT0001.JPG",
".././PICT0003.JPG",
".././PICT0005a.JPG",
".././PICT0007.JPG",
".././PICT0010.JPG",
".././PICT0013.JPG"
)
var thumbMetadataDB = new Array(
"",
"Group at beginning of hike to Flora Lake",
"",
"",
"",
"",
"",
"",
"Just thought this was a nice tree and clouds",
"",
"",
"",
"",
"",
"",
"Reflections in a pond",
"",
"",
"",
"",
"",
"",
"Interesting granite overhang",
"",
"",
"",
"",
"",
"",
"View of Flora Lake from our lunch spot",
"",
"",
"",
"",
"",
"",
"Lake seen through the trees",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Group at beginning of hike to Flora Lake",
"",
"",
"",
"",
"",
"",
"Just thought this was a nice tree and clouds",
"",
"",
"",
"",
"",
"",
"Reflections in a pond",
"",
"",
"",
"",
"",
"",
"Interesting granite overhang",
"",
"",
"",
"",
"",
"",
"View of Flora Lake from our lunch spot",
"",
"",
"",
"",
"",
"",
"Lake seen through the trees",
"",
"",
"",
"",
""
)

