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 = "More Mustard in Napa Valley"
var subTitle = "February 12, 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 = "5"
var columns = "1"
var thumbDB = new Array(
".././Thumb_Napa_Mustard1.JPG",
".././Thumb_Napa_Mustard2.JPG",
".././Thumb_Napa_Mustard3.JPG",
".././Thumb_Napa_Mustard4.JPG",
".././Thumb_Napa_Mustard5.JPG"
)

var imageDB = new Array(
".././Napa_Mustard1.JPG",
".././Napa_Mustard2.JPG",
".././Napa_Mustard3.JPG",
".././Napa_Mustard4.JPG",
".././Napa_Mustard5.JPG"
)
var thumbMetadataDB = new Array(
"",
"Old vines near St. Helena surrounded by deep fields of mustard",
"",
"",
"",
"",
"",
"",
"Mustard on a windy day taken with a narrow DOF",
"",
"",
"",
"",
"",
"",
"Again with the same DOF but without the background fully darkened",
"",
"",
"",
"",
"",
"",
"Interesting oak tree set against a stormy sky at a vineyard in Rutherford",
"",
"",
"",
"",
"",
"",
"Row upon row flowing back into the hills near Yountville",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Old vines near St. Helena surrounded by deep fields of mustard",
"",
"",
"",
"",
"",
"",
"Mustard on a windy day taken with a narrow DOF",
"",
"",
"",
"",
"",
"",
"Again with the same DOF but without the background fully darkened",
"",
"",
"",
"",
"",
"",
"Interesting oak tree set against a stormy sky at a vineyard in Rutherford",
"",
"",
"",
"",
"",
"",
"Row upon row flowing back into the hills near Yountville",
"",
"",
"",
"",
""
)

