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 = "kings landing - false creek"
var subTitle = "This is one of the newest developments on False Creek, the old Expo Lands, sold for a song to offshore interests, who've been thoughtful, even gracious, providing unending access to the waterfront, minimal sightline disruption with well spaced, light coloured and glass towers and interesting and useful public spaces.  You guys could really help Toronto with their sad waterfront.  But back to Kings Landing.  As I walked past this cluster of towers and townhouses I heard the sound of flowing water.  Walking into the automobile roundabout, I saw a small basin with water that appeared to spill out into the courtyard below.  As I walked forwrad I began to glimpse a falls, a small creek, more ponds?  But I could barely snap these two pictures before a polite voice asked \"Can I help you?\"  Turns out security is tight at Kings Landing, which the residents will be pleased to hear about, but alas I had to leave: \"this is private property\".  So, if the strata board is interested, please invite me to take some pictures!"
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_Kings_landing_91.JPG",
"./Th_Kings_landing_92.JPG"
)

var imageDB = new Array(
".././Im_Kings_landing_91.JPG",
".././Im_Kings_landing_92.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
