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 = ""
var subTitle = ""
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: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000000";
var rows = "6"
var columns = "6"
var thumbDB = new Array(
"./Thumb_2000-10 Ardsley Monte 03.JPG",
"./Thumb_2000-10 Ardsley Monte's home 4.JPG",
"./Thumb_2000-10 Ardsley Monte's home 8.JPG",
"./Thumb_2002-04 Monte workshop group Stockholm.JPG",
"./Thumb_2002-04 Stockholm Monte at window.JPG",
"./Thumb_2004-09 Monte.JPG",
"./Thumb_Montague Ullman.JPG",
"./Thumb_Monte & Ove Parmlid.JPG",
"./Thumb_Monte Bros Inc autumn 2004.JPG",
"./Thumb_Monte Dream Workshop Oct 2003 - 22.JPG",
"./Thumb_monte_dec_06.JPG"
)

var imageDB = new Array(
".././2000-10 Ardsley Monte 03.JPG",
".././2000-10 Ardsley Monte's home 4.JPG",
".././2000-10 Ardsley Monte's home 8.JPG",
".././2002-04 Monte workshop group Stockholm.JPG",
".././2002-04 Stockholm Monte at window.JPG",
".././2004-09 Monte.JPG",
".././Montague Ullman.JPG",
".././Monte & Ove Parmlid.JPG",
".././Monte Bros Inc autumn 2004.JPG",
".././Monte Dream Workshop Oct 2003 - 22.JPG",
".././monte_dec_06.jpg"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
