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 = "NMCA Magic Show"
var subTitle = "<a href=\"http://www.nmcorvette.org/photos\"><b>Return to NMCA web site</b></a>"
var URL = "index.htm"
var delay = "5000"
var BGCOLOR = "#FFFFCC"
var TEXT = "#FF0000"
var LINK = "#000099"
var VLINK = "#000099"
var ALINK = "#000099"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #000099";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000099";
var rows = "10"
var columns = "4"
var thumbDB = new Array(
"./Thumb_magic 1.JPG",
"./Thumb_magic 2.JPG",
"./Thumb_magic 3.JPG",
"./Thumb_magic 4.JPG"
)

var imageDB = new Array(
".././magic 1.jpg",
".././magic 2.jpg",
".././magic 3.jpg",
".././magic 4.jpg"
)
var thumbMetadataDB = new Array(
"",
"An admirer checks out Bill and Barbara Jackson’s ’61 during the NMCA Magic Show to benefit Ronald McDonald House, Saturday November 18, 2006. ",
"",
"",
"",
"",
"",
"",
"Three Corvettes provide an excellent addition to the Autumn colors on the Albuquerque Academy campus during the NMCA Magic Show to benefit Ronald McDonald House, Saturday November 18, 2006.",
"",
"",
"",
"",
"",
"",
"Lori and Larry Jordan explain the Corvette lifestyle to an attendee during the NMCA Magic Show to benefit Ronald McDonald House, Saturday November 18, 2006.",
"",
"",
"",
"",
"",
"",
"What could be better than New Mexico sunshine and shiny Corvettes on display during the NMCA Magic Show to benefit Ronald McDonald House, Saturday November 18, 2006.",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"An admirer checks out Bill and Barbara Jackson’s ’61 during the NMCA Magic Show to benefit Ronald McDonald House, Saturday November 18, 2006. ",
"",
"",
"",
"",
"",
"",
"Three Corvettes provide an excellent addition to the Autumn colors on the Albuquerque Academy campus during the NMCA Magic Show to benefit Ronald McDonald House, Saturday November 18, 2006.",
"",
"",
"",
"",
"",
"",
"Lori and Larry Jordan explain the Corvette lifestyle to an attendee during the NMCA Magic Show to benefit Ronald McDonald House, Saturday November 18, 2006.",
"",
"",
"",
"",
"",
"",
"What could be better than New Mexico sunshine and shiny Corvettes on display during the NMCA Magic Show to benefit Ronald McDonald House, Saturday November 18, 2006.",
"",
"",
"",
"",
""
)

