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 = "Santa's elves making HF \"Go Kits\" for the Neighbor Islands"
var subTitle = "HealthComm - December 3, 2005"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#99CCFF"
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 = "4"
var columns = "3"
var thumbDB = new Array(
"./Thumb_A-unpacking744.JPG",
"./Thumb_B-Kimo-Sawing746.JPG",
"./Thumb_C-Ron-Measures748.JPG",
"./Thumb_D-Tom-Sanding753.JPG",
"./Thumb_DD-Jim-Mounting750.JPG",
"./Thumb_E-Tramsceovers754.JPG",
"./Thumb_F-MountingPowerSupplies756.JPG",
"./Thumb_G-Chris-Carter-Ann751.JPG",
"./Thumb_H-Testing758.JPG",
"./Thumb_J-Antenna761.JPG"
)

var imageDB = new Array(
".././A-unpacking744.JPG",
".././B-Kimo-Sawing746.JPG",
".././C-Ron-Measures748.JPG",
".././D-Tom-Sanding753.JPG",
".././DD-Jim-Mounting750.JPG",
".././E-Tramsceovers754.JPG",
".././F-MountingPowerSupplies756.JPG",
".././G-Chris-Carter-Ann751.JPG",
".././H-Testing758.JPG",
".././J-Antenna761.JPG"
)
var thumbMetadataDB = new Array(
"",
"Toby, KH7FR, Chris, NH7QH, and Bart, WH6AA, unpacking the equipment from the shipping boxes.",
"",
"",
"",
"",
"",
"",
"Kimo, KH7U, saws the wood bases to fit into the Pelican cases, while Joe, NH7WL, looks on.",
"",
"",
"",
"",
"",
"",
"Ron, AH6RH, measures and marks the wooden bases for accurate placement of equipment.",
"",
"",
"",
"",
"",
"",
"Tom, NH7OL, sands off the rough edges.",
"",
"",
"",
"",
"",
"",
"Jim, WH6GS, drills mounting holes for the handles.",
"",
"",
"",
"",
"",
"",
"Connie, NH7IE, and Chris, NH7QH, beside the stack of 14 ICOM 706MKIIG transceivers ready to be mounted to the bases.",
"",
"",
"",
"",
"",
"",
"Ron, AH6RH, and Joe, NH7WL, mount the power supplies to the wooden bases.",
"",
"",
"",
"",
"",
"",
"Chris, NH7QH, Carter, KH6FV and Ann, WH7F, work on the power supplies.",
"",
"",
"",
"",
"",
"",
"Carter, KH6FV, and Bart, WH6AA test a radio after assembly.",
"",
"",
"",
"",
"",
"",
"Carter, KH6FV, beside one of the Buddipole antennas that will be part of each kit.",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Toby, KH7FR, Chris, NH7QH, and Bart, WH6AA, unpacking the equipment from the shipping boxes.",
"",
"",
"",
"",
"",
"",
"Kimo, KH7U, saws the wood bases to fit into the Pelican cases, while Joe, NH7WL, looks on.",
"",
"",
"",
"",
"",
"",
"Ron, AH6RH, measures and marks the wooden bases for accurate placement of equipment.",
"",
"",
"",
"",
"",
"",
"Tom, NH7OL, sands off the rough edges.",
"",
"",
"",
"",
"",
"",
"Jim, WH6GS, drills mounting holes for the handles.",
"",
"",
"",
"",
"",
"",
"Connie, NH7IE, and Chris, NH7QH, beside the stack of 14 ICOM 706MKIIG transceivers ready to be mounted to the bases.",
"",
"",
"",
"",
"",
"",
"Ron, AH6RH, and Joe, NH7WL, mount the power supplies to the wooden bases.",
"",
"",
"",
"",
"",
"",
"Chris, NH7QH, Carter, KH6FV and Ann, WH7F, work on the power supplies.",
"",
"",
"",
"",
"",
"",
"Carter, KH6FV, and Bart, WH6AA test a radio after assembly.",
"",
"",
"",
"",
"",
"",
"Carter, KH6FV, beside one of the Buddipole antennas that will be part of each kit.",
"",
"",
"",
"",
""
)

