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 = "Photographers at Work"
var subTitle = "October 3 - 8, 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 = "8"
var columns = "1"
var thumbDB = new Array(
".././Thumb_1_DSC_0052.JPG",
".././Thumb_2_ETE_1375.JPG",
".././Thumb_3_DSC_0079.JPG",
".././Thumb_4_ETE_1385.JPG",
".././Thumb_5_DSC_0137.JPG",
".././Thumb_6_DSC_0141.JPG",
".././Thumb_7_DSC_0144.JPG",
".././Thumb_8_ETE_1410.JPG"
)

var imageDB = new Array(
".././1_DSC_0052.JPG",
".././2_ETE_1375.JPG",
".././3_DSC_0079.JPG",
".././4_ETE_1385.JPG",
".././5_DSC_0137.JPG",
".././6_DSC_0141.JPG",
".././7_DSC_0144.JPG",
".././8_ETE_1410.JPG"
)
var thumbMetadataDB = new Array(
"",
"Me working in close among the Aspen at North Lake, near Bishop",
"",
"",
"",
"",
"",
"",
"Randy working his way through the northern slope at Patriarch Grove",
"",
"",
"",
"",
"",
"",
"Me headed up the Discovery Loop Trail at the Schulman Grove",
"",
"",
"",
"",
"",
"",
"Randy working on the definitive view of this stunning Bristlecone Pine",
"",
"",
"",
"",
"",
"",
"Photo opportunity along the road while we were headed back from Patriarch to Schulman Grove for the sunset shots",
"",
"",
"",
"",
"",
"",
"Me getting set up and waiting for the day's final rays of light",
"",
"",
"",
"",
"",
"",
"...and now, it's show time!!! Me along with several other photographers waiting for the magic",
"",
"",
"",
"",
"",
"",
"Randy stopping for a shot along the south side of Patriarch. The parking area is in the background",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Me working in close among the Aspen at North Lake, near Bishop",
"",
"",
"",
"",
"",
"",
"Randy working his way through the northern slope at Patriarch Grove",
"",
"",
"",
"",
"",
"",
"Me headed up the Discovery Loop Trail at the Schulman Grove",
"",
"",
"",
"",
"",
"",
"Randy working on the definitive view of this stunning Bristlecone Pine",
"",
"",
"",
"",
"",
"",
"Photo opportunity along the road while we were headed back from Patriarch to Schulman Grove for the sunset shots",
"",
"",
"",
"",
"",
"",
"Me getting set up and waiting for the day's final rays of light",
"",
"",
"",
"",
"",
"",
"...and now, it's show time!!! Me along with several other photographers waiting for the magic",
"",
"",
"",
"",
"",
"",
"Randy stopping for a shot along the south side of Patriarch. The parking area is in the background",
"",
"",
"",
"",
""
)

