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 = "4000"
var BGCOLOR = "#000000"
var TEXT = "#FFFFFF"
var LINK = "#000000"
var VLINK = "#141414"
var ALINK = "#141414"
var pageFontFamily = "font-family: Trebuchet MS;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Trebuchet MS;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #FFFFFF";
var imageFontFamily = "font-family: Trebuchet MS;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFFFF";
var rows = "6"
var columns = "1"
var thumbDB = new Array(
".././Thumb_BlueDuckSignHutch.JPG",
".././Thumb_BillyAlexisBlueDuck.JPG",
".././Thumb_BillBillySteveCorkyAlexisSteveBlueDuckHutchinson.JPG",
".././Thumb_BillBillySteveCorkyAlexisRickSteveBlueDuckHutchinsona.JPG",
".././Thumb_RickUkraineGirlBlueDuck.JPG",
".././Thumb_BillyCleansGrillBlueDuckHutch.JPG"
)

var imageDB = new Array(
".././BlueDuckSignHutch.JPG",
".././BillyAlexisBlueDuck.JPG",
".././BillBillySteveCorkyAlexisSteveBlueDuckHutchinson.JPG",
".././BillBillySteveCorkyAlexisRickSteveBlueDuckHutchinsona.JPG",
".././RickUkraineGirlBlueDuck.JPG",
".././BillyCleansGrillBlueDuckHutch.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Blue Duck, Bistro Extraordinairre,  Hutchinson, Kansas",
"",
"",
"",
"",
"",
"",
"Billy with waitress Alexis, who allowed him to skate without paying the first night, if he promised to come back the next night.",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"Billy cleans the grill at the Blue Duck, as he forgot his wallet and was unable to pay.....",
"",
"",
"",
"",
""
)

