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 = "2006 HSH Picnic"
var subTitle = "HTMC Clubhouse, Waimanalo"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#99CCCC"
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: small;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000000";
var rows = "5"
var columns = "5"
var thumbDB = new Array(
"./tn-030-P5074038.JPG",
"./tn-040-P5074039.JPG",
"./tn-050-P5074040.JPG",
"./tn-055-arbor_stitched_1.JPG",
"./tn-060-P5074045.JPG",
"./tn-070-P5074049.JPG",
"./tn-080-P5074051.JPG",
"./tn-090-P5074054.JPG",
"./tn-100-P5074055.JPG",
"./tn-110-P5074057.JPG",
"./tn-120-P5074059.JPG",
"./tn-130-P5074060.JPG",
"./tn-140-P5074061.JPG",
"./tn-150-P5074065.JPG",
"./tn-160-P5074066.JPG",
"./tn-170-P5074067.JPG",
"./tn-180-P5074068.JPG",
"./tn-220-awards_stitched_1.JPG"
)

var imageDB = new Array(
".././030-P5074038.JPG",
".././040-P5074039.JPG",
".././050-P5074040.JPG",
".././055-arbor_stitched_1.JPG",
".././060-P5074045.JPG",
".././070-P5074049.JPG",
".././080-P5074051.JPG",
".././090-P5074054.JPG",
".././100-P5074055.JPG",
".././110-P5074057.JPG",
".././120-P5074059.JPG",
".././130-P5074060.JPG",
".././140-P5074061.JPG",
".././150-P5074065.JPG",
".././160-P5074066.JPG",
".././170-P5074067.JPG",
".././180-P5074068.JPG",
".././220-awards_stitched_1.JPG"
)
var thumbMetadataDB = new Array(
"",
"Waimanalo Beach",
"",
"",
"",
"",
"",
"",
"Waimanalo Beach 2",
"",
"",
"",
"",
"",
"",
"The Keane Family",
"",
"",
"",
"",
"",
"",
"HTMC Hau Arbor",
"",
"",
"",
"",
"",
"",
"Lazy afternoon playing ball",
"",
"",
"",
"",
"",
"",
"Evening awards",
"",
"",
"",
"",
"",
"",
"John, Marc, Liz, Bob",
"",
"",
"",
"",
"",
"",
"Vanessa and Bob",
"",
"",
"",
"",
"",
"",
"Natalie and Bob",
"",
"",
"",
"",
"",
"",
"Shaylene and Bob",
"",
"",
"",
"",
"",
"",
"Russell and Bob",
"",
"",
"",
"",
"",
"",
"Nohea and Bob",
"",
"",
"",
"",
"",
"",
"John, Bill, Connie and Bob",
"",
"",
"",
"",
"",
"",
"Erron and Bob",
"",
"",
"",
"",
"",
"",
"Da Gang",
"",
"",
"",
"",
"",
"",
"...and more",
"",
"",
"",
"",
"",
"",
"...still more",
"",
"",
"",
"",
"",
"",
"Everybody",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Waimanalo Beach",
"",
"",
"",
"",
"",
"",
"Waimanalo Beach 2",
"",
"",
"",
"",
"",
"",
"The Keane Family",
"",
"",
"",
"",
"",
"",
"HTMC Hau Arbor",
"",
"",
"",
"",
"",
"",
"Lazy afternoon playing ball",
"",
"",
"",
"",
"",
"",
"Evening awards",
"",
"",
"",
"",
"",
"",
"John, Marc, Liz, Bob",
"",
"",
"",
"",
"",
"",
"Vanessa and Bob",
"",
"",
"",
"",
"",
"",
"Natalie and Bob",
"",
"",
"",
"",
"",
"",
"Shaylene and Bob",
"",
"",
"",
"",
"",
"",
"Russell and Bob",
"",
"",
"",
"",
"",
"",
"Nohea and Bob",
"",
"",
"",
"",
"",
"",
"John, Bill, Connie and Bob",
"",
"",
"",
"",
"",
"",
"Erron and Bob",
"",
"",
"",
"",
"",
"",
"Da Gang",
"",
"",
"",
"",
"",
"",
"...and more",
"",
"",
"",
"",
"",
"",
"...still more",
"",
"",
"",
"",
"",
"",
"Everybody",
"",
"",
"",
"",
""
)
