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 = "Todos Santos & San Jose Art Walk"
var subTitle = "February 21 - 27, 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 = "11"
var columns = "1"
var thumbDB = new Array(
".././Thumb_Cabo_Local_1.JPG",
".././Thumb_Cabo_Local_1a.JPG",
".././Thumb_Cabo_Local_1b.JPG",
".././Thumb_Cabo_Local_2.JPG",
".././Thumb_Cabo_Local_3.JPG",
".././Thumb_Cabo_Local_4.JPG",
".././Thumb_Cabo_Local_5.JPG",
".././Thumb_Cabo_Local_6.JPG",
".././Thumb_Cabo_Local_7.JPG",
".././Thumb_Cabo_Local_8.JPG",
".././Thumb_Cabo_Local_9.JPG"
)

var imageDB = new Array(
".././Cabo_Local_1.JPG",
".././Cabo_Local_1a.JPG",
".././Cabo_Local_1b.JPG",
".././Cabo_Local_2.JPG",
".././Cabo_Local_3.JPG",
".././Cabo_Local_4.JPG",
".././Cabo_Local_5.JPG",
".././Cabo_Local_6.JPG",
".././Cabo_Local_7.JPG",
".././Cabo_Local_8.JPG",
".././Cabo_Local_9.JPG"
)
var thumbMetadataDB = new Array(
"",
"Emporium entrance at the Hotel California in Todos Santos",
"",
"",
"",
"",
"",
"",
"Restrooms at the Hotel California - Can you guess which is which? ",
"",
"",
"",
"",
"",
"",
"Art glass plates displayed in a store front window at night",
"",
"",
"",
"",
"",
"",
"Mark and Marsha deciding which way to go next",
"",
"",
"",
"",
"",
"",
"View from a yellowish courtyard, across an orangeish street, into another gallery",
"",
"",
"",
"",
"",
"",
"Nice little botique we passed on a side street",
"",
"",
"",
"",
"",
"",
"Marsha and Theresa leaving an art gallery",
"",
"",
"",
"",
"",
"",
"Sign depicting San Jose's \"Restaurantes\" area",
"",
"",
"",
"",
"",
"",
"Intriguing gallery entrance framed by colorful flower pots",
"",
"",
"",
"",
"",
"",
"Very colorful art studio - lots of intriguing angles and \"subjects within subjects\"",
"",
"",
"",
"",
"",
"",
"A great dinner in San Jose following the art walk",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Emporium entrance at the Hotel California in Todos Santos",
"",
"",
"",
"",
"",
"",
"Restrooms at the Hotel California - Can you guess which is which? ",
"",
"",
"",
"",
"",
"",
"Art glass plates displayed in a store front window at night",
"",
"",
"",
"",
"",
"",
"Mark and Marsha deciding which way to go next",
"",
"",
"",
"",
"",
"",
"View from a yellowish courtyard, across an orangeish street, into another gallery",
"",
"",
"",
"",
"",
"",
"Nice little botique we passed on a side street",
"",
"",
"",
"",
"",
"",
"Marsha and Theresa leaving an art gallery",
"",
"",
"",
"",
"",
"",
"Sign depicting San Jose's \"Restaurantes\" area",
"",
"",
"",
"",
"",
"",
"Intriguing gallery entrance framed by colorful flower pots",
"",
"",
"",
"",
"",
"",
"Very colorful art studio - lots of intriguing angles and \"subjects within subjects\"",
"",
"",
"",
"",
"",
"",
"A great dinner in San Jose following the art walk",
"",
"",
"",
"",
""
)

