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 = "HKISGS Year End Golf Outing 2005 "
var subTitle = "Palm Island on Dec 21, 05 (Wed)"
var URL = "index.htm"
var delay = "2000"
var BGCOLOR = "#000000"
var TEXT = "#FFFFFF"
var LINK = "#000000"
var VLINK = "#141414"
var ALINK = "#141414"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: small;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #FFFFFF";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFFFF";
var rows = "8"
var columns = "1"
var thumbDB = new Array(
".././Thumb_Start group photo (1)_resize.JPG",
".././Thumb_1st runner up - Joseph Lee.JPG",
".././Thumb_Best Gross - Denny Tam.JPG",
".././Thumb_David & Sam.JPG",
".././Thumb_Eric & TT.JPG",
".././Thumb_Flight 3 - Yates, Thomas.JPG",
".././Thumb_Flight 5 -CH & Henry.JPG",
".././Thumb_Group photo.JPG"
)

var imageDB = new Array(
".././Image_Start group photo (1)_resize.JPG",
".././Image_1st runner up - Joseph Lee.jpg",
".././Image_Best Gross - Denny Tam.jpg",
".././Image_David & Sam.jpg",
".././Image_Eric & TT.jpg",
".././Image_Flight 3 - Yates, Thomas.jpg",
".././Image_Flight 5 -CH & Henry.jpg",
".././Image_Group photo.jpg"
)
var thumbMetadataDB = new Array(
"Group Photo 1",
"",
"",
"",
"",
"",
"",
"1st runner up - Joseph Lee",
"",
"",
"",
"",
"",
"",
"Best Gross - Denny Tam",
"",
"",
"",
"",
"",
"",
"David & Sam",
"",
"",
"",
"",
"",
"",
"Eric & TT",
"",
"",
"",
"",
"",
"",
"Flight 3 - Yates amd Thomas",
"",
"",
"",
"",
"",
"",
"Flight 5 - CH & Henry",
"",
"",
"",
"",
"",
"",
"Group Photo 2",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"Group Photo 1",
"",
"",
"",
"",
"",
"",
"1st runner up - Joseph Lee",
"",
"",
"",
"",
"",
"",
"Best Gross - Denny Tam",
"",
"",
"",
"",
"",
"",
"David & Sam",
"",
"",
"",
"",
"",
"",
"Eric & TT",
"",
"",
"",
"",
"",
"",
"Flight 3 - Yates and Thomas",
"",
"",
"",
"",
"",
"",
"Flight 5 -CH & Henry",
"",
"",
"",
"",
"",
"",
"Group photo 2",
"",
"",
"",
"",
"",
""
)

