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 = "Photo Workshop at Salt Point State Park"
var subTitle = "July 13 - 15, 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 = "13"
var columns = "1"
var thumbDB = new Array(
".././Thumb_Redwoods_Scene.JPG",
".././Thumb_Salt_Point_Dusk.JPG",
".././Thumb_Salt_Point_Dusk2.JPG",
".././Thumb_Salt_Point_Dusk3.JPG",
".././Thumb_Salt_Point_Morning.JPG",
".././Thumb_Salt_Point_Morning2.JPG",
".././Thumb_Salt_Point_Morning3.JPG",
".././Thumb_Salt_Point_North_Dawn.JPG",
".././Thumb_Salt_Point_North_Dawn1.JPG",
".././Thumb_Salt_Point_North_Dawn2.JPG",
".././Thumb_Salt_Point_North_Dawn3.JPG",
".././Thumb_Salt_Point_Reflections.JPG",
".././Thumb_Thistle.JPG"
)

var imageDB = new Array(
".././Redwoods_Scene.JPG",
".././Salt_Point_Dusk.JPG",
".././Salt_Point_Dusk2.JPG",
".././Salt_Point_Dusk3.JPG",
".././Salt_Point_Morning.JPG",
".././Salt_Point_Morning2.JPG",
".././Salt_Point_Morning3.JPG",
".././Salt_Point_North_Dawn.JPG",
".././Salt_Point_North_Dawn1.JPG",
".././Salt_Point_North_Dawn2.JPG",
".././Salt_Point_North_Dawn3.JPG",
".././Salt_Point_Reflections.JPG",
".././Thistle.JPG"
)
var thumbMetadataDB = new Array(
"",
"Wonderful redwoods scene near Stillwater Cove. One of my best images to date I think!",
"",
"",
"",
"",
"",
"",
"Cypress growing on a point at Salt Point State Park. Shot near dusk on a foggy day.",
"",
"",
"",
"",
"",
"",
"I particularly liked this composition with the contrasting smooth rocks in the foreground.",
"",
"",
"",
"",
"",
"",
"The first thing that caught my eye in this scene was the succulents in the foreground.",
"",
"",
"",
"",
"",
"",
"Point of light on the shore stood out from the fog shrouded tree line.",
"",
"",
"",
"",
"",
"",
"Early morning scene as the ocean fog filters through the trees",
"",
"",
"",
"",
"",
"",
"Interesting combination of trees and a rocky hill side as the fog moves in.",
"",
"",
"",
"",
"",
"",
"I loved the rocks and flowers in the foreground.",
"",
"",
"",
"",
"",
"",
"Early morning just before sunrise at Salt Point.",
"",
"",
"",
"",
"",
"",
"Another early morning scene taken as I move closer to the shore line - still no direct light on the scene.",
"",
"",
"",
"",
"",
"",
"Sunrise happens just as I reach the shore line - really interesting sandstone textures everywhere in this area.",
"",
"",
"",
"",
"",
"",
"Just a nice combination of shapes, color and texture that caught my eye.",
"",
"",
"",
"",
"",
"",
"Jennifer used this scene to demonstrate some macro shooting techniques.",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Wonderful redwoods scene near Stillwater Cove. One of my best images to date I think!",
"",
"",
"",
"",
"",
"",
"Cypress growing on a point at Salt Point State Park. Shot near dusk on a foggy day.",
"",
"",
"",
"",
"",
"",
"I particularly liked this composition with the contrasting smooth rocks in the foreground.",
"",
"",
"",
"",
"",
"",
"The first thing that caught my eye in this scene was the succulents in the foreground.",
"",
"",
"",
"",
"",
"",
"Point of light on the shore stood out from the fog shrouded tree line.",
"",
"",
"",
"",
"",
"",
"Early morning scene as the ocean fog filters through the trees",
"",
"",
"",
"",
"",
"",
"Interesting combination of trees and a rocky hill side as the fog moves in.",
"",
"",
"",
"",
"",
"",
"I loved the rocks and flowers in the foreground.",
"",
"",
"",
"",
"",
"",
"Early morning just before sunrise at Salt Point.",
"",
"",
"",
"",
"",
"",
"Another early morning scene taken as I move closer to the shore line - still no direct light on the scene.",
"",
"",
"",
"",
"",
"",
"Sunrise happens just as I reach the shore line - really interesting sandstone textures everywhere in this area.",
"",
"",
"",
"",
"",
"",
"Just a nice combination of shapes, color and texture that caught my eye.",
"",
"",
"",
"",
"",
"",
"Jennifer used this scene to demonstrate some macro shooting techniques.",
"",
"",
"",
"",
""
)

