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 = "Sophie Newborn"
var subTitle = "13th July 2007"
var URL = "index.htm"
var delay = "2000"
var BGCOLOR = "#FFFFCC"
var TEXT = "#FF33CC"
var LINK = "#33CC66"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Courier New CE;"
var pageFontSize = "font-size: large;"
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_Sophie 1st Hours 017.JPG",
"./Thumb_Sophie 1st Hours 019.JPG",
"./Thumb_Sophie 1st Hours 026.JPG",
"./Thumb_Sophie 1st Hours 029.JPG",
"./Thumb_Sophie 1st Hours 033.JPG",
"./Thumb_Sophie day1 004.JPG",
"./Thumb_Sophie day1 006.JPG",
"./Thumb_Sophie day1 007.JPG"
)

var imageDB = new Array(
".././Sophie 1st Hours 017.jpg",
".././Sophie 1st Hours 019.jpg",
".././Sophie 1st Hours 026.jpg",
".././Sophie 1st Hours 029.jpg",
".././Sophie 1st Hours 033.JPG",
".././Sophie day1 004.jpg",
".././Sophie day1 006.jpg",
".././Sophie day1 007.jpg"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

