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 = "Hike Along the South Yuba River"
var subTitle = "May 13, 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_Group.JPG",
".././Thumb_Group2.JPG",
".././Thumb_Loop.JPG",
".././Thumb_Madrone.JPG",
".././Thumb_OrangeWildflowers.JPG",
".././Thumb_Rapids.JPG",
".././Thumb_Waterfall.JPG",
".././Thumb_YellowWildflowers.JPG"
)

var imageDB = new Array(
".././Group.JPG",
".././Group2.JPG",
".././Loop.JPG",
".././Madrone.JPG",
".././OrangeWildflowers.JPG",
".././Rapids.JPG",
".././Waterfall.JPG",
".././YellowWildflowers.JPG"
)
var thumbMetadataDB = new Array(
"",
"Our hiking group stopping to enjoy the view",
"",
"",
"",
"",
"",
"",
"Working our way along a rocky trail toward the lunch site",
"",
"",
"",
"",
"",
"",
"Great view of a loop in the South Yuba River ",
"",
"",
"",
"",
"",
"",
"With all the lush greenery along the way, this Madrone stood out in contrast",
"",
"",
"",
"",
"",
"",
"These flowers stood out in bright contrast to their background",
"",
"",
"",
"",
"",
"",
"A nice little beach along the South Yuba River",
"",
"",
"",
"",
"",
"",
"Interesting little stream crossing the trail",
"",
"",
"",
"",
"",
"",
"Beautiful wildflowers growing from lichen covered rock",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Our hiking group stopping to enjoy the view",
"",
"",
"",
"",
"",
"",
"Working our way along a rocky trail toward the lunch site",
"",
"",
"",
"",
"",
"",
"Great view of a loop in the South Yuba River ",
"",
"",
"",
"",
"",
"",
"With all the lush greenery along the way, this Madrone stood out in contrast",
"",
"",
"",
"",
"",
"",
"These flowers stood out in bright contrast to their background",
"",
"",
"",
"",
"",
"",
"A nice little beach along the South Yuba River",
"",
"",
"",
"",
"",
"",
"Interesting little stream crossing the trail",
"",
"",
"",
"",
"",
"",
"Beautiful wildflowers growing from lichen covered rock",
"",
"",
"",
"",
""
)

