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 = "Carson Pass Photos at Dusk"
var subTitle = "April 1, 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 = "7"
var columns = "1"
var thumbDB = new Array(
".././Thumb_CarsonPassDusk_1.JPG",
".././Thumb_CarsonPassDusk_2.JPG",
".././Thumb_CarsonPassDusk_3.JPG",
".././Thumb_CarsonPassDusk_4.JPG",
".././Thumb_CarsonPassDusk_5.JPG",
".././Thumb_CarsonPassDusk_6.JPG",
".././Thumb_CarsonPassDusk_7.JPG"
)

var imageDB = new Array(
".././CarsonPassDusk_1.JPG",
".././CarsonPassDusk_2.JPG",
".././CarsonPassDusk_3.JPG",
".././CarsonPassDusk_4.JPG",
".././CarsonPassDusk_5.JPG",
".././CarsonPassDusk_6.JPG",
".././CarsonPassDusk_7.JPG"
)
var thumbMetadataDB = new Array(
"",
"One of my favorite trees at Carson Pass reflecting late afternoon light",
"",
"",
"",
"",
"",
"",
"Looking east from a ridge overlooking Red Lake",
"",
"",
"",
"",
"",
"",
"Another great Juniper growing out of shear granite",
"",
"",
"",
"",
"",
"",
"Dusk approaches, Lenticular clouds form to the east",
"",
"",
"",
"",
"",
"",
"Moon rises into sight just as the sun sets on the other horizon",
"",
"",
"",
"",
"",
"",
"Full moon and beautiful sunset reflections east of Carson Pass",
"",
"",
"",
"",
"",
"",
"Sunset reflecting off Lenticular clouds over Hope Valley",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"One of my favorite trees at Carson Pass reflecting late afternoon light",
"",
"",
"",
"",
"",
"",
"Looking east from a ridge overlooking Red Lake",
"",
"",
"",
"",
"",
"",
"Another great Juniper growing out of shear granite",
"",
"",
"",
"",
"",
"",
"Dusk approaches, Lenticular clouds form to the east",
"",
"",
"",
"",
"",
"",
"Moon rises into sight just as the sun sets on the other horizon",
"",
"",
"",
"",
"",
"",
"Full moon and beautiful sunset reflections east of Carson Pass",
"",
"",
"",
"",
"",
"",
"Sunset reflecting off Lenticular clouds over Hope Valley",
"",
"",
"",
"",
""
)

