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 = "stone bridge pond at entrance to stanley park"
var subTitle = "I don't know the name of this pond or the park in which it sits.  However, it is located on the north west side of Georgia just at the entrance to Stanley Park near the civic marina and Vancouver Rowing Club.  I've seen this waterbody choked with algae in the heat of summer when it stagnates. On the southeast end water flows over an edge of boulders from storm drainage or perhaps pumped water. At the northwest, water from this body passes under the stone foot and cycle bridge that carries pedestrians and cyclists into Stanley Park, before trickling onto the mud flats opposite the Rowing Club."
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_Stone_Bridge_Pond_00.JPG",
"./Th_Stone_Bridge_Pond_01.JPG",
"./Th_Stone_Bridge_Pond_02.JPG",
"./Th_Stone_Bridge_Pond_89.JPG",
"./Th_Stone_Bridge_Pond_90.JPG",
"./Th_Stone_Bridge_Pond_92.JPG",
"./Th_Stone_Bridge_Pond_93.JPG",
"./Th_Stone_Bridge_Pond_94.JPG",
"./Th_Stone_Bridge_Pond_95.JPG",
"./Th_Stone_Bridge_Pond_96.JPG",
"./Th_Stone_Bridge_Pond_97.JPG",
"./Th_Stone_Bridge_Pond_99.JPG"
)

var imageDB = new Array(
".././Im_Stone_Bridge_Pond_00.JPG",
".././Im_Stone_Bridge_Pond_01.JPG",
".././Im_Stone_Bridge_Pond_02.JPG",
".././Im_Stone_Bridge_Pond_89.JPG",
".././Im_Stone_Bridge_Pond_90.JPG",
".././Im_Stone_Bridge_Pond_92.JPG",
".././Im_Stone_Bridge_Pond_93.JPG",
".././Im_Stone_Bridge_Pond_94.JPG",
".././Im_Stone_Bridge_Pond_95.JPG",
".././Im_Stone_Bridge_Pond_96.JPG",
".././Im_Stone_Bridge_Pond_97.JPG",
".././Im_Stone_Bridge_Pond_99.JPG"

)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""	

)

var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""

)
