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 = "Granite Wilderness Snow Shoe Hike"
var subTitle = "April 11, 2009"
var URL = "index.htm"
var delay = "9000"
var BGCOLOR = "#666666"
var TEXT = "#FFFFFF"
var LINK = "#CCCCCC"
var VLINK = "#CCFFFF"
var ALINK = "#66CCFF"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: small;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #FFFFFF";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFFFF";
var rows = "6"
var columns = "1"
var thumbDB = new Array(
".././Thumb_Granite_Chief_1.JPG",
".././Thumb_Granite_Chief_2.JPG",
".././Thumb_Granite_Chief_3.JPG",
".././Thumb_Granite_Chief_4.JPG",
".././Thumb_Granite_Chief_5.JPG",
".././Thumb_Granite_Chief_6.JPG"
)

var imageDB = new Array(
".././Granite_Chief_1.JPG",
".././Granite_Chief_2.JPG",
".././Granite_Chief_3.JPG",
".././Granite_Chief_4.JPG",
".././Granite_Chief_5.JPG",
".././Granite_Chief_6.JPG"
)
var thumbMetadataDB = new Array(
"",
"Wonderfully gnarly aged root system of a long fallen tree",
"",
"",
"",
"",
"",
"",
"Bruce and Moody getting into the shot (at my request)",
"",
"",
"",
"",
"",
"",
"Snowy ridge with Alpine Meadows in the background",
"",
"",
"",
"",
"",
"",
"Detail of the ridge showing interesting textures and translucent colors",
"",
"",
"",
"",
"",
"",
"Moody at play - on the steeper parts we chose to slide down",
"",
"",
"",
"",
"",
"",
"Bruce takes his turn at having a little fun sliding",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Wonderfully gnarly aged root system of a long fallen tree",
"",
"",
"",
"",
"",
"",
"Bruce and Moody getting into the shot (at my request)",
"",
"",
"",
"",
"",
"",
"Snowy ridge with Alpine Meadows in the background",
"",
"",
"",
"",
"",
"",
"Detail of the ridge showing interesting textures and translucent colors",
"",
"",
"",
"",
"",
"",
"Moody at play - on the steeper parts we chose to slide down",
"",
"",
"",
"",
"",
"",
"Bruce takes his turn at having a little fun sliding",
"",
"",
"",
"",
""
)

