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 = "qe glass ball - queen elizabeth theatre"
var subTitle = "I called it the \"Glass Ball\" because the artist's last name was Glass and it looks like a ball.  Original eh? (Hey, I toyed with other names like egg-beater, time machine, whirly-gig) You can read the bronze plaque yourself, but the fountain is a gift of BC's German speakers.  So, danke, its wundervoll!  This is another fountain I must see frequently as I live and work downtown and regularly pass by this way but just today did it register that I had yet to take a picture of it.  It is a big fountain.  Large circular pond.  Sitting in the large concrete plaza which takes in the entire quarter of the lot.  At half-time, or intermission as they say in theatre, the patrons will spill out onto the fenced in plaza area and perhaps gaze upon the Glass Ball.  The metal sculpture serves also as fountain.  The water splashes down into the pool vigorously, with water spraying outside of the pool."
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_QE_GlassBall23.JPG",
"./Th_QE_GlassBall24.JPG",
"./Th_QE_GlassBall25.JPG",
"./Th_QE_GlassBall26.JPG",
"./Th_QE_GlassBall27.JPG",
"./Th_QE_GlassBall28.JPG",
"./Th_QE_GlassBall29.JPG",
"./Th_QE_GlassBall30.JPG",
"./Th_QE_GlassBall31.JPG",
"./Th_QE_GlassBall32.JPG",
"./Th_QE_GlassBall33.JPG",
"./Th_QE_GlassBall34.JPG",
"./Th_QE_GlassBall35.JPG",
"./Th_QE_GlassBall36.JPG",
"./Th_QE_GlassBall37.JPG"
)

var imageDB = new Array(
".././Im_QE_GlassBall23.JPG",
".././Im_QE_GlassBall24.JPG",
".././Im_QE_GlassBall25.JPG",
".././Im_QE_GlassBall26.JPG",
".././Im_QE_GlassBall27.JPG",
".././Im_QE_GlassBall28.JPG",
".././Im_QE_GlassBall29.JPG",
".././Im_QE_GlassBall30.JPG",
".././Im_QE_GlassBall31.JPG",
".././Im_QE_GlassBall32.JPG",
".././Im_QE_GlassBall33.JPG",
".././Im_QE_GlassBall34.JPG",
".././Im_QE_GlassBall35.JPG",
".././Im_QE_GlassBall36.JPG",
".././Im_QE_GlassBall37.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
