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 = "Twin Bridges Hike to Horsetail Falls"
var subTitle = "August 27, 2006"
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 = "8"
var columns = "1"
var thumbDB = new Array(
".././Thumb_Juniper_at_Horsetail.JPG",
".././Thumb_LoversLeap.JPG",
".././Thumb_Lower_Horsetail_Falls.JPG",
".././Thumb_Middle_Horsetail_Falls.JPG",
".././Thumb_Randy_Upper_Horsetail_2.JPG",
".././Thumb_Randy_Upper_Horsetail_3.JPG",
".././Thumb_Upper_Horsetail_Falls.JPG",
".././Thumb_Upper_Horsetail_Falls_2.JPG"
)

var imageDB = new Array(
".././Juniper_at_Horsetail.JPG",
".././LoversLeap.JPG",
".././Lower_Horsetail_Falls.JPG",
".././Middle_Horsetail_Falls.JPG",
".././Randy_Upper_Horsetail_2.JPG",
".././Randy_Upper_Horsetail_3.JPG",
".././Upper_Horsetail_Falls.JPG",
".././Upper_Horsetail_Falls_2.JPG"
)
var thumbMetadataDB = new Array(
"",
"Trees growing in rock - a favorite subject",
"",
"",
"",
"",
"",
"",
"View of Lovers Leap near US 50 in late afternoon",
"",
"",
"",
"",
"",
"",
"Emerald pool along lower section of Horsetail Falls",
"",
"",
"",
"",
"",
"",
"Beautiful tree along middle section of Horsetail Falls",
"",
"",
"",
"",
"",
"",
"Randy getting up close to his subject",
"",
"",
"",
"",
"",
"",
"Randy intently focusing downstream",
"",
"",
"",
"",
"",
"",
"Upper area of Horsetail Falls",
"",
"",
"",
"",
"",
"",
"Water leaving Avalanche Lake picks up speed quickly",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Trees growing in rock - a favorite subject",
"",
"",
"",
"",
"",
"",
"View of Lovers Leap near US 50 in late afternoon",
"",
"",
"",
"",
"",
"",
"Emerald pool along lower section of Horsetail Falls",
"",
"",
"",
"",
"",
"",
"Beautiful tree along middle section of Horsetail Falls",
"",
"",
"",
"",
"",
"",
"Randy getting up close to his subject",
"",
"",
"",
"",
"",
"",
"Randy intently focusing downstream",
"",
"",
"",
"",
"",
"",
"Upper area of Horsetail Falls",
"",
"",
"",
"",
"",
"",
"Water leaving Avalanche Lake picks up speed quickly",
"",
"",
"",
"",
""
)

