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 = "2007 Employee Appreciation Event- Capri Ristoante"
var subTitle = "April 26, 2007"
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 = "4"
var columns = "3"
var thumbDB = new Array(
"./Thumb_CFMA EE Appreciation 2007 001.JPG",
"./Thumb_CFMA EE Appreciation 2007 003.JPG",
"./Thumb_CFMA EE Appreciation 2007 004.JPG",
"./Thumb_CFMA EE Appreciation 2007 005.JPG",
"./Thumb_CFMA EE Appreciation 2007 006.JPG",
"./Thumb_CFMA EE Appreciation 2007 007.JPG",
"./Thumb_group table.JPG"
)

var imageDB = new Array(
".././CFMA EE Appreciation 2007 001.JPG",
".././CFMA EE Appreciation 2007 003.JPG",
".././CFMA EE Appreciation 2007 004.JPG",
".././CFMA EE Appreciation 2007 005.JPG",
".././CFMA EE Appreciation 2007 006.JPG",
".././CFMA EE Appreciation 2007 007.JPG",
".././group table.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

