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 = "burrard station lil pond"
var subTitle = "This classic circular standing pond with its central spray hides just outside of the covered area of the Burrard Skytrain Station ticket purchase area. Surrounded by a semi-circle stone bench, it provides the perfect peaceful place to contemplate the hustle and bustle of commuters."
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#000000"
var LINK = "#0033CC"
var VLINK = "#0033CC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: small;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
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_BurrardStn_Lil_Fountain_0012.JPG",
"./Th_BurrardStn_Lil_Fountain_0013.JPG",
"./Th_BurrardStn_Lil_Fountain_0014.JPG"
)

var imageDB = new Array(
".././Im_BurrardStn_Lil_Fountain_0012.JPG",
".././Im_BurrardStn_Lil_Fountain_0013.JPG",
".././Im_BurrardStn_Lil_Fountain_0014.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"This classic circular standing pond with its central spray hides just outside of the covered area of the Burrard Skytrain Station ticket purchase area. Surrounded by a semi-circle stone bench, it provides the perfect peaceful place to contemplate the hustle and bustle of commuters.",
"",
"",
"",
"",
"",
"",
"This classic circular standing pond with its central spray hides just outside of the covered area of the Burrard Skytrain Station ticket purchase area. Surrounded by a semi-circle stone bench, it provides the perfect peaceful place to contemplate the hustle and bustle of commuters.",
"",
"",
"",
"",
"",
"",
"This classic circular standing pond with its central spray hides just outside of the covered area of the Burrard Skytrain Station ticket purchase area. Surrounded by a semi-circle stone bench, it provides the perfect peaceful place to contemplate the hustle and bustle of commuters.",
"",
"",
"",
"",
""
)
