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 = "Spectrum21"
var subTitle = "Photos by Beth Charlesworth"
var URL = "index.htm"
var delay = "5000"
var BGCOLOR = "#000000"
var TEXT = "#FFFFFF"
var LINK = "#000000"
var VLINK = "#141414"
var ALINK = "#141414"
var pageFontFamily = "font-family: Arial Baltic;"
var pageFontSize = "font-size: large;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #FFFFFF";
var imageFontFamily = "font-family: Arial Baltic;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFFFF";
var rows = "1"
var columns = "10"
var thumbDB = new Array(
".././Thumb_Bridge at Amarapura I.JPG",
".././Thumb_Bridge at Amarapura II.JPG",
".././Thumb_Ananda Temple at Dawn.JPG",
".././Thumb_Bagan Golden Dawn.JPG",
".././Thumb_Bagan Temple in Mist.JPG",
".././Thumb_Blue Door.JPG",
".././Thumb_Green Door.JPG",
".././Thumb_Guadalupe Altar.JPG",
".././Thumb_Ojo de Dios.JPG",
".././Thumb_Revelation.JPG"
)

var imageDB = new Array(
".././Image_Bridge at Amarapura I.JPG",
".././Image_Bridge at Amarapura II.JPG",
".././Image_Ananda Temple at Dawn.JPG",
".././Image_Bagan Golden Dawn.JPG",
".././Image_Bagan Temple in Mist.JPG",
".././Image_Blue Door.JPG",
".././Image_Green Door.JPG",
".././Image_Guadalupe Altar.JPG",
".././Image_Ojo de Dios.JPG",
".././Image_Revelation.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Bridge at Amarapura I<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Bridge at Amarapura II<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Ananda Temple at Dawn<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Bagan Golden Dawn<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Bagan Temple in Mist<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Blue Door<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Green Door<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Guadalupe Altar<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Ojo de Dios<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
"",
"",
"Revelation<BR>© B. Charlesworth 2006<BR>",
"",
"",
"",
"",
""
)
