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 = "Point Lobos and Carmel Mission"
var subTitle = "March 20 - 21, 2009"
var URL = "index.htm"
var delay = "9000"
var BGCOLOR = "#666666"
var TEXT = "#FFFFFF"
var LINK = "#CCCCCC"
var VLINK = "#CCFFFF"
var ALINK = "#66CCFF"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: small;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #FFFFFF";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFFFF";
var rows = "9"
var columns = "1"
var thumbDB = new Array(
".././Thumb_Pt_Lobos_Carmel_1.JPG",
".././Thumb_Pt_Lobos_Carmel_2.JPG",
".././Thumb_Pt_Lobos_Carmel_3.JPG",
".././Thumb_Pt_Lobos_Carmel_4.JPG",
".././Thumb_Pt_Lobos_Carmel_5.JPG",
".././Thumb_Pt_Lobos_Carmel_6.JPG",
".././Thumb_Pt_Lobos_Carmel_7.JPG",
".././Thumb_Pt_Lobos_Carmel_8.JPG",
".././Thumb_Pt_Lobos_Carmel_9.JPG"
)

var imageDB = new Array(
".././Pt_Lobos_Carmel_1.JPG",
".././Pt_Lobos_Carmel_2.JPG",
".././Pt_Lobos_Carmel_3.JPG",
".././Pt_Lobos_Carmel_4.JPG",
".././Pt_Lobos_Carmel_5.JPG",
".././Pt_Lobos_Carmel_6.JPG",
".././Pt_Lobos_Carmel_7.JPG",
".././Pt_Lobos_Carmel_8.JPG",
".././Pt_Lobos_Carmel_9.JPG"
)
var thumbMetadataDB = new Array(
"",
"Cannery Point viewed across Bluefish Cove",
"",
"",
"",
"",
"",
"",
"Close-up of Cannery Point at Point Lobos State Reserve",
"",
"",
"",
"",
"",
"",
"Vines along a deteriorated wall in the Carmel Mission's Basillica Courtyard",
"",
"",
"",
"",
"",
"",
"Calla Lily in the Basillica's courtyard",
"",
"",
"",
"",
"",
"",
"Ricki liked this particular Calla Lilly as well",
"",
"",
"",
"",
"",
"",
"Lone Calla Lily in the Basillica's courtyard",
"",
"",
"",
"",
"",
"",
"Succulent growing just outside the Basillica's entrance",
"",
"",
"",
"",
"",
"",
"Wooden statue of a Franciscan monk adorns the Basillica wall",
"",
"",
"",
"",
"",
"",
"Holy water font inside the Basillica's entrance (High Dynamic Range Photo)",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Cannery Point viewed across Bluefish Cove",
"",
"",
"",
"",
"",
"",
"Close-up of Cannery Point at Point Lobos State Reserve",
"",
"",
"",
"",
"",
"",
"Vines along a deteriorated wall in the Carmel Mission's Basillica Courtyard",
"",
"",
"",
"",
"",
"",
"Calla Lily in the Basillica's courtyard",
"",
"",
"",
"",
"",
"",
"Ricki liked this particular Calla Lilly as well",
"",
"",
"",
"",
"",
"",
"Lone Calla Lily in the Basillica's courtyard",
"",
"",
"",
"",
"",
"",
"Succulent growing just outside the Basillica's entrance",
"",
"",
"",
"",
"",
"",
"Wooden statue of a Franciscan monk adorns the Basillica wall",
"",
"",
"",
"",
"",
"",
"Holy water font inside the Basillica's entrance (High Dynamic Range Photo)",
"",
"",
"",
"",
""
)

