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 = "l'aria private - 822 seymour street"
var subTitle = "This little splasher is another private fountain locked away behind closed doors as part of the entrace foyer to the building, but it is visible from the street though why anyone but me would look, never mind take pictures, is uncertain.  But here they are, pcitures of L'Aria's private fountain.  The fountains splashes into a small top concrete pond, the water falling down into a lower pool, then flowing through a notch into another lower pool.  Very compact and modern in its simplicity."
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_LariaPrivate_01.JPG",
"./Th_LariaPrivate_02.JPG",
"./Th_LariaPrivate_03.JPG",
"./Th_LariaPrivate_04.JPG",
"./Th_LariaPrivate_05.JPG",
"./Th_LariaPrivate_07.JPG",
"./Th_LariaPrivate_08.JPG"
)

var imageDB = new Array(
".././Im_LariaPrivate_01.JPG",
".././Im_LariaPrivate_02.JPG",
".././Im_LariaPrivate_03.JPG",
".././Im_LariaPrivate_04.JPG",
".././Im_LariaPrivate_05.JPG",
".././Im_LariaPrivate_07.JPG",
".././Im_LariaPrivate_08.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
