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 = "Snowshoe Hike to Donner Summit"
var subTitle = "January 15, 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 = "9"
var columns = "1"
var thumbDB = new Array(
".././Thumb_PICT0001_1.JPG",
".././Thumb_PICT0006b.JPG",
".././Thumb_PICT0011b.JPG",
".././Thumb_PICT0012b.JPG",
".././Thumb_PICT0014b.JPG",
".././Thumb_PICT0015b.JPG",
".././Thumb_PICT0016b.JPG",
".././Thumb_PICT0019b.JPG",
".././Thumb_PICT0021b.JPG"
)

var imageDB = new Array(
".././PICT0001_1.JPG",
".././PICT0006b.JPG",
".././PICT0011b.JPG",
".././PICT0012b.JPG",
".././PICT0014b.JPG",
".././PICT0015b.JPG",
".././PICT0016b.JPG",
".././PICT0019b.JPG",
".././PICT0021b.JPG"
)
var thumbMetadataDB = new Array(
"",
"Wintery scene on summit's south side (sky added)",
"",
"",
"",
"",
"",
"",
"Lone pine on summit's east side",
"",
"",
"",
"",
"",
"",
"Branches reaching out from the snow",
"",
"",
"",
"",
"",
"",
"More interesting branches in the snow",
"",
"",
"",
"",
"",
"",
"I love the shape of this gnarly old tree",
"",
"",
"",
"",
"",
"",
"Definitely one of my favorites - love the mix of reddish brown and gray",
"",
"",
"",
"",
"",
"",
"Cold, icy scene with Donner Lake in the background",
"",
"",
"",
"",
"",
"",
"That would be me with Donner Lake behind",
"",
"",
"",
"",
"",
"",
"Gina and Paul on the edge...",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Wintery scene on summit's south side (sky added)",
"",
"",
"",
"",
"",
"",
"Lone pine on summit's east side",
"",
"",
"",
"",
"",
"",
"Branches reaching out from the snow",
"",
"",
"",
"",
"",
"",
"More interesting branches in the snow",
"",
"",
"",
"",
"",
"",
"I love the shape of this gnarly old tree",
"",
"",
"",
"",
"",
"",
"Definitely one of my favorites - love the mix of reddish brown and gray",
"",
"",
"",
"",
"",
"",
"Cold, icy scene with Donner Lake in the background",
"",
"",
"",
"",
"",
"",
"That would be me with Donner Lake behind",
"",
"",
"",
"",
"",
"",
"Gina and Paul on the edge...",
"",
"",
"",
"",
""
)

