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 to Lassen Peak and Bumpass Hell"
var subTitle = "August 19, 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_BumpassHell.JPG",
".././Thumb_ClimbingLassen.JPG",
".././Thumb_DescendingLassen.JPG",
".././Thumb_Group.JPG",
".././Thumb_HelenLake.JPG",
".././Thumb_LassenPeak.JPG",
".././Thumb_Shasta.JPG",
".././Thumb_TreeinRocks.JPG"
)

var imageDB = new Array(
".././BumpassHell.JPG",
".././ClimbingLassen.JPG",
".././DescendingLassen.JPG",
".././Group.JPG",
".././HelenLake.JPG",
".././LassenPeak.JPG",
".././Shasta.JPG",
".././TreeinRocks.JPG"
)
var thumbMetadataDB = new Array(
"",
"Thermal pool and mud pots at Bumpass Hell",
"",
"",
"",
"",
"",
"",
"Working our way up the side of Lassen Peak",
"",
"",
"",
"",
"",
"",
"Dark clouds arriving during our descent",
"",
"",
"",
"",
"",
"",
"Group shot at the top of Lassen",
"",
"",
"",
"",
"",
"",
"Helen Lake at Lassen's base",
"",
"",
"",
"",
"",
"",
"View of the final approach to Lassen Peak",
"",
"",
"",
"",
"",
"",
"Mt. Shasta in the distance",
"",
"",
"",
"",
"",
"",
"Cool looking tree hanging on to the rocks",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Thermal pool and mud pots at Bumpass Hell",
"",
"",
"",
"",
"",
"",
"Working our way up the side of Lassen Peak",
"",
"",
"",
"",
"",
"",
"Dark clouds arriving during our descent",
"",
"",
"",
"",
"",
"",
"Group shot at the top of Lassen",
"",
"",
"",
"",
"",
"",
"Helen Lake at Lassen's base",
"",
"",
"",
"",
"",
"",
"View of the final approach to Lassen Peak",
"",
"",
"",
"",
"",
"",
"Mt. Shasta in the distance",
"",
"",
"",
"",
"",
"",
"Cool looking tree hanging on to the rocks",
"",
"",
"",
"",
""
)

