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 = "vancouver museum native plant garden pool"
var subTitle = "Sequestered in an inner courtyard, the Vancouver Museum has created a beautiful oasis sheltering native BC plants in a natural garden that contains a shallow pond.  The garden can be viewed from all sides through the glass walls. Just in case you are wondering, the Vancouver Museum is in the same building as the Planetarium on Vanier Point."
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_Vancouver_Museum_Pool_18.JPG",
"./Th_Vancouver_Museum_Pool_19.JPG",
"./Th_Vancouver_Museum_Pool_20.JPG",
"./Th_Vancouver_Museum_Pool_21.JPG",
"./Th_Vancouver_Museum_Pool_22.JPG",
"./Th_Vancouver_Museum_Pool_23.JPG",
"./Th_Vancouver_Museum_Pool_24.JPG",
"./Th_Vancouver_Museum_Pool_25.JPG",
"./Th_Vancouver_Museum_Pool_26.JPG",
"./Th_Vancouver_Museum_Pool_27.JPG",
"./Th_Vancouver_Museum_Pool_28.JPG"
)

var imageDB = new Array(
".././Im_Vancouver_Museum_Pool_18.JPG",
".././Im_Vancouver_Museum_Pool_19.JPG",
".././Im_Vancouver_Museum_Pool_20.JPG",
".././Im_Vancouver_Museum_Pool_21.JPG",
".././Im_Vancouver_Museum_Pool_22.JPG",
".././Im_Vancouver_Museum_Pool_23.JPG",
".././Im_Vancouver_Museum_Pool_24.JPG",
".././Im_Vancouver_Museum_Pool_25.JPG",
".././Im_Vancouver_Museum_Pool_26.JPG",
".././Im_Vancouver_Museum_Pool_27.JPG",
".././Im_Vancouver_Museum_Pool_28.JPG"

)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""	

)

var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""

)
