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 = "GCLA Photos"
var subTitle = ""
var URL = "index.htm"
var delay = "5000"
var BGCOLOR = "#FFFFFF"
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: medium;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000000";
var rows = "6"
var columns = "6"
var thumbDB = new Array(
"./Thumb_GRPC.JPG",
"./Thumb_sctp donation.JPG",
"./Thumb_yhec donation.JPG"
)

var imageDB = new Array(
".././GRPC.jpg",
".././sctp donation.JPG",
".././yhec donation.JPG"
)
var thumbMetadataDB = new Array(
"",
"Don Gaikins, on behalf of Gateway Civil Liberties Alliance, presenting Alan Gottlieb, of The Second Amendment Foundation, a donation at the Gun Rights Policy Conference St. Louis, September, 2009.",
"",
"",
"",
"",
"",
"",
"GCLA Donation to SCTP",
"",
"",
"",
"",
"",
"",
"GCLA Donation to YHEC",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Don Gaikins, on behalf of Gateway Civil Liberties Alliance, presenting Alan Gottlieb, of The Second Amendment Foundation, a donation at the Gun Rights Policy Conference St. Louis, September, 2009.",
"",
"",
"",
"",
"",
"",
"GCLA Donation to SCTP",
"",
"",
"",
"",
"",
"",
"GCLA Donation to YHEC",
"",
"",
"",
"",
""
)
