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 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 title = "aquarius mews - 198 pacific blvd"
var subTitle = "An unremarkable fountain, it is a centre piece to a garden and walkways situated between two condo towers, both called Aquarius Mews.  This space between the towers, provides a clear view of False Creek from Pacific Blvd, and is a public access to the waterfront pedestrian and cycling path along False Creek.  This falls is quite loud and bright once you get in close to it.  It has a nice small stone bottom which catches the light from the two submerged lamps."
var thumbDB = new Array(
"./Th_AquariusMews_01.JPG",
"./Th_AquariusMews_02.JPG",
"./Th_AquariusMews_03.JPG",
"./Th_AquariusMews_04.JPG",
"./Th_AquariusMews_05.JPG",
"./Th_AquariusMews_06.JPG",
"./Th_AquariusMews_07.JPG",
"./Th_AquariusMews_08.JPG",
"./Th_AquariusMews_09.JPG",
"./Th_AquariusMews_10.JPG",
"./Th_AquariusMews_11.JPG",
"./Th_AquariusMews_12.JPG",
"./Th_AquariusMews_13.JPG",
"./Th_AquariusMews_14.JPG",
"./Th_AquariusMews_15.JPG",
"./Th_AquariusMews_16.JPG",
"./Th_AquariusMews_17.JPG",
"./Th_AquariusMews_18.JPG",
"./Th_AquariusMews_19.JPG"
)

var imageDB = new Array(
".././Im_AquariusMews_01.JPG",
".././Im_AquariusMews_02.JPG",
".././Im_AquariusMews_03.JPG",
".././Im_AquariusMews_04.JPG",
".././Im_AquariusMews_05.JPG",
".././Im_AquariusMews_06.JPG",
".././Im_AquariusMews_07.JPG",
".././Im_AquariusMews_08.JPG",
".././Im_AquariusMews_09.JPG",
".././Im_AquariusMews_10.JPG",
".././Im_AquariusMews_11.JPG",
".././Im_AquariusMews_12.JPG",
".././Im_AquariusMews_13.JPG",
".././Im_AquariusMews_14.JPG",
".././Im_AquariusMews_15.JPG",
".././Im_AquariusMews_16.JPG",
".././Im_AquariusMews_17.JPG",
".././Im_AquariusMews_18.JPG",
".././Im_AquariusMews_19.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
