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 = "Big Sur Coast"
var subTitle = "June 25 - 26, 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_McWay_Falls_Pano.JPG",
".././Thumb_Molera-Birds.JPG",
".././Thumb_Molera-PurpleBeachSand.JPG",
".././Thumb_Molera-Three_Poppies.JPG",
".././Thumb_NorthShore_EarlyMorning.JPG",
".././Thumb_NorthShore_Fog_Enhanced.JPG",
".././Thumb_NorthShore_LateMorning.JPG",
".././Thumb_Pt_Lobos_NorthShore.JPG",
".././Thumb_Pt_Lobos_NorthShore_SeaLions.JPG"
)

var imageDB = new Array(
".././McWay_Falls_Pano.JPG",
".././Molera-Birds.JPG",
".././Molera-PurpleBeachSand.JPG",
".././Molera-Three_Poppies.JPG",
".././NorthShore_EarlyMorning.JPG",
".././NorthShore_Fog_Enhanced.JPG",
".././NorthShore_LateMorning.JPG",
".././Pt_Lobos_NorthShore.JPG",
".././Pt_Lobos_NorthShore_SeaLions.JPG"
)
var thumbMetadataDB = new Array(
"",
"McWay Falls along the Big Sur coastline",
"",
"",
"",
"",
"",
"",
"Vultures spotted along the Andrew Molera bluff trail",
"",
"",
"",
"",
"",
"",
"Ruby colored beach at the south end of Andrew Molera's beach",
"",
"",
"",
"",
"",
"",
"Poppies blooming along Molera's bluff trail",
"",
"",
"",
"",
"",
"",
"Pt. Lobos northern shore with fog dissapating",
"",
"",
"",
"",
"",
"",
"Pt. Lobos northern shore in fog",
"",
"",
"",
"",
"",
"",
"Pt. Lobos northern shore during late morning",
"",
"",
"",
"",
"",
"",
"Beautiful scene along the Pt.Lobos north side",
"",
"",
"",
"",
"",
"",
"Sea Lions basking on the beach below",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"McWay Falls along the Big Sur coastline",
"",
"",
"",
"",
"",
"",
"Vultures spotted along the Andrew Molera bluff trail",
"",
"",
"",
"",
"",
"",
"Ruby colored beach at the south end of Andrew Molera's beach",
"",
"",
"",
"",
"",
"",
"Poppies blooming along Molera's bluff trail",
"",
"",
"",
"",
"",
"",
"Pt. Lobos northern shore with fog dissapating",
"",
"",
"",
"",
"",
"",
"Pt. Lobos northern shore in fog",
"",
"",
"",
"",
"",
"",
"Pt. Lobos northern shore during late morning",
"",
"",
"",
"",
"",
"",
"Beautiful scene along the Pt.Lobos north side",
"",
"",
"",
"",
"",
"",
"Sea Lions basking on the beach below",
"",
"",
"",
"",
""
)

