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 = "georgia lake - 1500 w georgia street"
var subTitle = "This is a monster pool.  They don't come much bigger than this.  If allowed to freeze, it is big enough to play a regulation game of hockey.  The water spills over the north lip of the pool, down the angled tile wall on the north side facing W. Georgia Street.  The water then flows in a shallow gutter at sidewalk level into drains where presumably it is pumped back up into the pool above."
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: 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_1500_W_Georgia_Day_1.JPG",
"./Th_1500_W_Georgia_Day_2.JPG",
"./Th_1500_W_Georgia_Day_3.JPG",
"./Th_1500_W_Georgia_Day_4.JPG",
"./Th_1500_W_Georgia_Day_5.JPG",
"./Th_1500_W_Georgia_Day_6.JPG",
"./Th_1500_W_Georgia_Day_7.JPG",
"./Th_1500_W_Georgia_Day_8.JPG",
"./Th_1500_W_Georgia_Day_9.JPG",
"./Th_1500_W_Georgia_Day_10.JPG",
"./Th_1500_W_Georgia_Day_11.JPG",
"./Th_1500_W_Georgia_Day_12.JPG",
"./Th_1500_W_Georgia_Day_13.JPG",
"./Th_1500_W_Georgia_Day_14.JPG",
"./Th_1500_W_Georgia_Day_15.JPG"
)

var imageDB = new Array(
".././Im_1500_W_Georgia_Day_1.JPG",
".././Im_1500_W_Georgia_Day_2.JPG",
".././Im_1500_W_Georgia_Day_3.JPG",
".././Im_1500_W_Georgia_Day_4.JPG",
".././Im_1500_W_Georgia_Day_5.JPG",
".././Im_1500_W_Georgia_Day_6.JPG",
".././Im_1500_W_Georgia_Day_7.JPG",
".././Im_1500_W_Georgia_Day_8.JPG",
".././Im_1500_W_Georgia_Day_9.JPG",
".././Im_1500_W_Georgia_Day_10.JPG",
".././Im_1500_W_Georgia_Day_11.JPG",
".././Im_1500_W_Georgia_Day_12.JPG",
".././Im_1500_W_Georgia_Day_13.JPG",
".././Im_1500_W_Georgia_Day_14.JPG",
".././Im_1500_W_Georgia_Day_15.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
