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 from Caples Lake to Emigrant Lake"
var subTitle = "September 23, 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 = "6"
var columns = "1"
var thumbDB = new Array(
".././Thumb_1_EmgLake_trail.JPG",
".././Thumb_2_EmgLake_dusting.JPG",
".././Thumb_3_EmgLake_clouds.JPG",
".././Thumb_4_EmgLake_lake1.JPG",
".././Thumb_5_EmgLake_lake2.JPG",
".././Thumb_6_EmgLake_lake6.JPG"
)

var imageDB = new Array(
".././1_EmgLake_trail.JPG",
".././2_EmgLake_dusting.JPG",
".././3_EmgLake_clouds.JPG",
".././4_EmgLake_lake1.JPG",
".././5_EmgLake_lake2.JPG",
".././6_EmgLake_lake6.JPG"
)
var thumbMetadataDB = new Array(
"",
"View along the trail near Caples Lake",
"",
"",
"",
"",
"",
"",
"As we got closer to the lake more and more snow was evident",
"",
"",
"",
"",
"",
"",
"The dusting of snow really added a nice element to the outing and to the photographs",
"",
"",
"",
"",
"",
"",
"View of the lake with boulders and nice ground cover",
"",
"",
"",
"",
"",
"",
"Another nice view with lots of bright red ground cover",
"",
"",
"",
"",
"",
"",
"This was a great lunch spot",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"View along the trail near Caples Lake",
"",
"",
"",
"",
"",
"",
"As we got closer to the lake more and more snow was evident",
"",
"",
"",
"",
"",
"",
"The dusting of snow really added a nice element to the outing and to the photographs",
"",
"",
"",
"",
"",
"",
"View of the lake with boulders and nice ground cover",
"",
"",
"",
"",
"",
"",
"Another nice view with lots of bright red ground cover",
"",
"",
"",
"",
"",
"",
"This was a great lunch spot",
"",
"",
"",
"",
""
)

