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 = "font de don francesco - 820 burrard street"
var subTitle = "This little, stepped fountain is clad in red tile to match the courtyard in which it sits, at the back hidden from the view of passersby.  The fountain is unexceptional, except for the fact it is there!  This plucky fountain takes its name from the equally odd restaurant next to it in which usually seem to sit men in jackets drinking what appears to be expensive wine.  Vive el Don Francesco!"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#000000"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: small;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: small;"
var imageFontColor = "color: #000000";
var rows = "20"
var columns = "3"
var thumbDB = new Array(
"./Th_FontdeDonFrancesco_0069.JPG",
"./Th_FontdeDonFrancesco_0070.JPG",
"./Th_FontdeDonFrancesco_0071.JPG",
"./Th_FontdeDonFrancesco_0072.JPG",
"./Th_FontdeDonFrancesco_0073.JPG",
"./Th_FontdeDonFrancesco_0074.JPG"
)

var imageDB = new Array(
".././Im_FontdeDonFrancesco_0069.JPG",
".././Im_FontdeDonFrancesco_0070.JPG",
".././Im_FontdeDonFrancesco_0071.JPG",
".././Im_FontdeDonFrancesco_0072.JPG",
".././Im_FontdeDonFrancesco_0073.JPG",
".././Im_FontdeDonFrancesco_0074.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
