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 = "Spring 2006"
var subTitle = ""
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: Verdana;"
var pageFontSize = "font-size: small;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Verdana;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000000";
var rows = "6"
var columns = "6"
var thumbDB = new Array(
"./Thumb_Adam040106-2s.JPG",
"./Thumb_Adam040106s.JPG",
"./Thumb_AdamAndTiti030406s.JPG",
"./Thumb_AdamHelmet032506s.JPG",
"./Thumb_AdamTessaDockoftheBay031306-1s.JPG",
"./Thumb_GreatGrandfather031006-1s.JPG",
"./Thumb_Tessa032606s.JPG",
"./Thumb_Tessa040206s.JPG",
"./Thumb_TessaAndClown030406s.JPG",
"./Thumb_TessaAndPopPop040106s.JPG",
"./Thumb_Twins040206-1s.JPG",
"./Thumb_Tessa032506s.JPG"
)

var imageDB = new Array(
".././Adam040106-2s.JPG",
".././Adam040106s.JPG",
".././AdamAndTiti030406s.JPG",
".././AdamHelmet032506s.JPG",
".././AdamTessaDockoftheBay031306-1s.JPG",
".././GreatGrandfather031006-1s.JPG",
".././Tessa032606s.JPG",
".././Tessa040206s.JPG",
".././TessaAndClown030406s.JPG",
".././TessaAndPopPop040106s.JPG",
".././Twins040206-1s.JPG",
".././Tessa032506s.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Adam with his tongue out--must be a Gleason thing.  (April 1, 2006)",
"",
"",
"",
"",
"",
"",
"Adam still needs a little help to stand.  Just a little.  (April 1, 2006)",
"",
"",
"",
"",
"",
"",
"Adam and his mother's aunt.  There's his tongue again.  (March 4, 2006)",
"",
"",
"",
"",
"",
"",
"Adam in his helmet.  (March 25, 2006)",
"",
"",
"",
"",
"",
"",
"Tessa and Adam by the dock of the bay in La Parguera, Puerto Rico.  (March 13, 2006)",
"",
"",
"",
"",
"",
"",
"The twins with their great-grandfather in Guánica, Puerto Rico.  (March 10, 2006)",
"",
"",
"",
"",
"",
"",
"Tess with her tongue out--must be a Gleason thing.  (March 26, 2006)",
"",
"",
"",
"",
"",
"",
"Tessa enjoying the morning outside.  (April 2, 2006)",
"",
"",
"",
"",
"",
"",
"Tessa and a clown.  She'll need therapy for years because of this.  (March 4, 2006)",
"",
"",
"",
"",
"",
"",
"Tessa and her grandfather.  (April 1, 2006)",
"",
"",
"",
"",
"",
"",
"The twins watch Cinderella and eat some veggie puffs.  What more could you want?  (April 2, 2006)",
"",
"",
"",
"",
"",
"",
"Beautiful Tessa.  (March 25, 2006)",
"",
"",
"",
"",
""
)

