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 = ""
var subTitle = "Philadelphia Cactus & Succulent Society"
var URL = "index.htm"
var delay = "10000"
var BGCOLOR = "#999999"
var TEXT = "#000000"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: small;"
var thumbFontFamily = "font-family: Tahoma;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Tahoma;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000000";
var rows = "10"
var columns = "4"
var thumbDB = new Array(
"./thCGI_1st_14.JPG",
"./thCGI_2nd_11.JPG",
"./thCGII_1st_10.JPG",
"./thCGII_2nd_09.JPG",
"./thCGIII_1st_07.JPG",
"./thPOI_1st_02.JPG",
"./thPOIInov_1st_01.JPG",
"./thSI_1st_06.JPG",
"./thSII_1st_04R.JPG",
"./thSII_2nd_03.JPG",
"./thSII_3rd_04L.JPG"
)

var imageDB = new Array(
".././_CGI_1st_14.JPG",
".././_CGI_2nd_11.JPG",
".././_CGII_1st_10.JPG",
".././_CGII_2nd_09.JPG",
".././_CGIII_1st_07.JPG",
".././_POI_1st_02.JPG",
".././_POIInov_1st_01.JPG",
".././_SI_1st_06.JPG",
".././_SII_1st_04R.JPG",
".././_SII_2nd_03.JPG",
".././_SII_3rd_04L.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"Gymnocalycium pffonzii  lagunillasense",
"",
"",
"",
"",
"",
"",
"Gymnocalycium demise",
"",
"",
"",
"",
"",
"",
"Gymnocalycium denudatum \"supa\"",
"",
"",
"",
"",
"",
"",
"Gymnocalycaium megathelas",
"",
"",
"",
"",
"",
"",
"Rebutia miniscla",
"",
"",
"",
"",
"",
"",
"Haworthia cuspidata varigata",
"",
"",
"",
"",
"",
"",
"Haworthia attenuata",
"",
"",
"",
"",
"",
"",
"Echeveria \"Perle Von Nuremberg\"",
"",
"",
"",
"",
"",
"",
"Sempervivum arechnoideum",
"",
"",
"",
"",
"",
"",
"Sempervivum sp.",
"",
"",
"",
"",
"",
"",
"Sempervivum sobilifera",
"",
""
)
var imageMetadataDB = new Array(
"",
"Steve Casebolt<BR>Gymnocalycium pffonzii  lagunillasense<BR>Class CG 1, First Place",
"",
"",
"",
"",
"",
"",
"Steve Casebolt<BR>Gymnocalycium demise<BR>Class CG 1, Second Place",
"",
"",
"",
"",
"",
"",
"***  Best Of Show  ***<BR>Steve Casebolt<BR>Gymnocalycium denudatum \"supa\"<BR>Class CG 2, First Place",
"",
"",
"",
"",
"",
"",
"Ann E. Leipold<BR>Gymnocalycaium megathelas<BR>Class CG 2, Second Place<BR>",
"",
"",
"",
"",
"",
"",
"Steve Casebold<BR>Rebutia miniscla<BR>Class CG 3, First Place",
"",
"",
"",
"",
"",
"",
"Chris Ripnak<BR>Haworthia cuspidata varigata<BR>Class PO 1, First Place",
"",
"",
"",
"",
"",
"",
"Marsha Child<BR>Haworthia attenuata<BR>Class Novice PO2 , First Place",
"",
"",
"",
"",
"",
"",
"Jennifer Brewer<BR>Echeveria \"Perle Von Nuremberg\"<BR>Class S 1, First Place",
"",
"",
"",
"",
"",
"",
"Susan Wexler<BR>Sempervivum arechnoideum<BR>Class S 2, First Place",
"",
"",
"",
"",
"",
"",
"Robert Gorelick<BR>Sempervivum sp.<BR>Class S 2, Second Place",
"",
"",
"",
"",
"",
"",
"Robert Gorelick<BR>Sempervivum sobilifera<BR>Class S 2, Third Place<BR>",
"",
"",
"",
"",
""
)

