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 = "Snowshoeing at Carson Pass"
var subTitle = "February 17, 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 = "9"
var columns = "1"
var thumbDB = new Array(
".././Thumb_1_Carson_Juniper1.JPG",
".././Thumb_2_Carson_Juniper2.JPG",
".././Thumb_3_Group1.JPG",
".././Thumb_4_ElephantBack1.JPG",
".././Thumb_5_ElephantBack2.JPG",
".././Thumb_6_SnowDetail.JPG",
".././Thumb_7_ElephantBack3.JPG",
".././Thumb_8_SnowandTrees.JPG",
".././Thumb_9_Group2.JPG"
)

var imageDB = new Array(
".././1_Carson_Juniper1.JPG",
".././2_Carson_Juniper2.JPG",
".././3_Group1.JPG",
".././4_ElephantBack1.JPG",
".././5_ElephantBack2.JPG",
".././6_SnowDetail.JPG",
".././7_ElephantBack3.JPG",
".././8_SnowandTrees.JPG",
".././9_Group2.JPG"
)
var thumbMetadataDB = new Array(
"",
"Juniper growing along the trail near Carson Pass",
"",
"",
"",
"",
"",
"",
"Beautiful trunk definition on a very old Juniper",
"",
"",
"",
"",
"",
"",
"Group shot taken above Frog Lake",
"",
"",
"",
"",
"",
"",
"Paul and Bruce looking at Elephants Back on their left and Round Top straight ahead",
"",
"",
"",
"",
"",
"",
"Bruce in the distance as we head for Elephants Back north side",
"",
"",
"",
"",
"",
"",
"Interesting colors and textures emerging from the snow",
"",
"",
"",
"",
"",
"",
"Flora emerging from winter and Elephants Back east face",
"",
"",
"",
"",
"",
"",
"Snowy hillside and a cluster of Junipers",
"",
"",
"",
"",
"",
"",
"Taking a break at Winnemucca Lake before heading back down the hill",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Juniper growing along the trail near Carson Pass",
"",
"",
"",
"",
"",
"",
"Beautiful trunk definition on a very old Juniper",
"",
"",
"",
"",
"",
"",
"Group shot taken above Frog Lake",
"",
"",
"",
"",
"",
"",
"Paul and Bruce looking at Elephants Back on their left and Round Top straight ahead",
"",
"",
"",
"",
"",
"",
"Bruce in the distance as we head for Elephants Back north side",
"",
"",
"",
"",
"",
"",
"Interesting colors and textures emerging from the snow",
"",
"",
"",
"",
"",
"",
"Flora emerging from winter and Elephants Back east face",
"",
"",
"",
"",
"",
"",
"Snowy hillside and a cluster of Junipers",
"",
"",
"",
"",
"",
"",
"Taking a break at Winnemucca Lake before heading back down the hill",
"",
"",
"",
"",
""
)

