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 = "Napa Valley Mustard & Grape Vines"
var subTitle = "February 4, 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 = "8"
var columns = "1"
var thumbDB = new Array(
".././Thumb_Napa_Vineyard_Mustard_1.JPG",
".././Thumb_Napa_Vineyard_Mustard_2.JPG",
".././Thumb_Napa_Vineyard_Mustard_3.JPG",
".././Thumb_Napa_Vineyard_Mustard_4.JPG",
".././Thumb_Napa_Vineyard_Mustard_5.JPG",
".././Thumb_Napa_Vineyard_Mustard_6.JPG",
".././Thumb_Napa_Vineyard_Mustard_7.JPG",
".././Thumb_Napa_Vineyard_Mustard_8.JPG"
)

var imageDB = new Array(
".././Napa_Vineyard_Mustard_1.JPG",
".././Napa_Vineyard_Mustard_2.JPG",
".././Napa_Vineyard_Mustard_3.JPG",
".././Napa_Vineyard_Mustard_4.JPG",
".././Napa_Vineyard_Mustard_5.JPG",
".././Napa_Vineyard_Mustard_6.JPG",
".././Napa_Vineyard_Mustard_7.JPG",
".././Napa_Vineyard_Mustard_8.JPG"
)
var thumbMetadataDB = new Array(
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Gnarly grape vine, mustard, and wild flowers",
"",
"",
"",
"",
"",
"",
"Young grape vines surrounded by fields of mustard - imagine this as a jigsaw puzzle",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Old gnarly grape vines surrounded by fields of mustard - Wow!!!",
"",
"",
"",
"",
"",
"",
"Gnarly grape vine, mustard, and wild flowers",
"",
"",
"",
"",
"",
"",
"Young grape vines surrounded by fields of mustard - imagine this as a jigsaw puzzle",
"",
"",
"",
"",
""
)

