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 = "Birding at Huntington Beach State Park, SC"
var subTitle = "July 28, 2007"
var URL = "index.htm"
var delay = "5000"
var BGCOLOR = "#000000"
var TEXT = "#FFFFFF"
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 = "4"
var thumbDB = new Array(
"./tnblack-necked stilt 03.JPG",
"./tnblknkstilt 531crpexpcol.JPG",
"./tnbttrfly 631crp.JPG",
"./tngatr 696crp.JPG",
"./tngrtegret 512_8x10exp.JPG",
"./tngrtegrt 6378x10exp.JPG",
"./tnleast sandpiper 04.JPG",
"./tnleast sandpiper 662crpexp.JPG",
"./tnprothnwblr 707crp.JPG",
"./tnprothonotary warbler 01.JPG",
"./tnsnowy egret 02.JPG",
"./tnsnowy egret 03.JPG",
"./tnsnwyegrtwdstk 617crpexp.JPG",
"./tnwdstk 500crpexp.JPG",
"./tnwood stork 03.JPG",
"./tnwood stork 04.JPG"
)

var imageDB = new Array(
".././black-necked stilt 03.JPG",
".././blknkstilt 531crpexpcol.jpg",
".././bttrfly 631crp.jpg",
".././gatr 696crp.jpg",
".././grtegret 512_8x10exp.jpg",
".././grtegrt 6378x10exp.jpg",
".././least sandpiper 04.JPG",
".././least sandpiper 662crpexp.jpg",
".././prothnwblr 707crp.jpg",
".././prothonotary warbler 01.JPG",
".././snowy egret 02.JPG",
".././snowy egret 03.JPG",
".././snwyegrtwdstk 617crpexp.jpg",
".././wdstk 500crpexp.jpg",
".././wood stork 03.JPG",
".././wood stork 04.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

