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 = "Mississauga, Ontario - Canada"
var subTitle = "Boban Fidanoski"
var URL = "index.htm"
var delay = "5000"
var BGCOLOR = "#000000"
var TEXT = "#CCCCCC"
var LINK = "#CCCCCC"
var VLINK = "#FFFFFF"
var ALINK = "#FFFFFF"
var pageFontFamily = "font-family: Garamond;"
var pageFontSize = "font-size: large;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #FF3333";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000000";
var rows = "3"
var columns = "3"
var thumbDB = new Array(
"./pc_mississauga01.JPG",
"./pc_mississauga02.JPG"
)

var imageDB = new Array(
".././mississauga01.jpg",
".././mississauga02.jpg"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

