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 = "CC-FancyFringe"
var subTitle = "All rights reserved c 2010 Risantex Ltd."
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#663300"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Times New Roman;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #669966";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #669966";
var rows = "8"
var columns = "6"
var thumbDB = new Array(
"./Thumb_CC-FL-301.JPG",
"./Thumb_CC-FL-302.JPG",
"./Thumb_CC-FL-303.JPG"
)

var imageDB = new Array(
".././CC-FL-301.JPG",
".././CC-FL-302.JPG",
".././CC-FL-303.JPG"
)
var thumbMetadataDB = new Array(
"CC-FL-301.JPG",
"",
"",
"",
"",
"",
"",
"CC-FL-302.JPG",
"",
"",
"",
"",
"",
"",
"CC-FL-303.JPG",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"CC-FL-301.JPG",
"",
"",
"",
"",
"",
"",
"CC-FL-302.JPG",
"",
"",
"",
"",
"",
"",
"CC-FL-303.JPG",
"",
"",
"",
"",
"",
""
)

