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 Top of Yosemite's Half Dome"
var subTitle = "September 28, 2007"
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 = "10"
var columns = "1"
var thumbDB = new Array(
".././Thumb_1_MoonSetting.JPG",
".././Thumb_2_EarlyLight.JPG",
".././Thumb_3_SubDome.JPG",
".././Thumb_4_Saddle.JPG",
".././Thumb_5_UpCables.JPG",
".././Thumb_6_OnPoint.JPG",
".././Thumb_7_LowerValley.JPG",
".././Thumb_8_Tenaya.JPG",
".././Thumb_9_DownCables.JPG",
".././Thumb_99_VernalFallColor.JPG"
)

var imageDB = new Array(
".././1_MoonSetting.JPG",
".././2_EarlyLight.JPG",
".././3_SubDome.JPG",
".././4_Saddle.JPG",
".././5_UpCables.JPG",
".././6_OnPoint.JPG",
".././7_LowerValley.JPG",
".././8_Tenaya.JPG",
".././9_DownCables.JPG",
".././99_VernalFallColor.JPG"
)
var thumbMetadataDB = new Array(
"",
"Passing the back side of Half Dome shortly before sunrise",
"",
"",
"",
"",
"",
"",
"Half Dome coming into view in the early morning light",
"",
"",
"",
"",
"",
"",
"Granite steps up the side of the smaller dome leading to the cables for Half Dome",
"",
"",
"",
"",
"",
"",
"Arriving at saddle where the Half Dome cables begin (note 3 climbers on cables)",
"",
"",
"",
"",
"",
"",
"Starting up the cables - one climber can be seen approaching the top",
"",
"",
"",
"",
"",
"",
"After arriving at the top I couldn't resist setting up a self-portrait on the point that juts out over the vertical face",
"",
"",
"",
"",
"",
"",
"View of Glacier Point and El Capitan from the top of Half Dome",
"",
"",
"",
"",
"",
"",
"View of Tenaya Creek and surrounding peaks",
"",
"",
"",
"",
"",
"",
"On my way back down the cables - one climber headed up and others waiting at the bottom",
"",
"",
"",
"",
"",
"",
"Beautiful spot of fall color just below the top of Vernal Falls along the Mist Trail",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Passing the back side of Half Dome shortly before sunrise",
"",
"",
"",
"",
"",
"",
"Half Dome coming into view in the early morning light",
"",
"",
"",
"",
"",
"",
"Granite steps up the side of the smaller dome leading to the cables for Half Dome",
"",
"",
"",
"",
"",
"",
"Arriving at saddle where the Half Dome cables begin (note 3 climbers on cables)",
"",
"",
"",
"",
"",
"",
"Starting up the cables - one climber can be seen approaching the top",
"",
"",
"",
"",
"",
"",
"After arriving at the top I couldn't resist setting up a self-portrait on the point that juts out over the vertical face",
"",
"",
"",
"",
"",
"",
"View of Glacier Point and El Capitan from the top of Half Dome",
"",
"",
"",
"",
"",
"",
"View of Tenaya Creek and surrounding peaks",
"",
"",
"",
"",
"",
"",
"On my way back down the cables - one climber headed up and others waiting at the bottom",
"",
"",
"",
"",
"",
"",
"Beautiful spot of fall color just below the top of Vernal Falls along the Mist Trail",
"",
"",
"",
"",
""
)

