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 = "Works on St. Uros Church - Urosevac"
var subTitle = "Radovi na hramu Sv. Cara Urosa - Urosevac"
var URL = "index.htm"
var delay = "8000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#000000"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Verdana Ref;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Verdana Ref;"
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 = "15"
var columns = "4"
var thumbDB = new Array(
"./m_Picture 002.JPG",
"./m_Picture 003.JPG",
"./m_Picture 004.JPG",
"./m_Picture 014.JPG",
"./m_Picture 015.JPG",
"./m_Picture 015a.JPG",
"./m_Picture 016.JPG",
"./m_Picture 017.JPG",
"./m_Picture 018.JPG",
"./m_Picture 019.JPG",
"./m_Picture 026.JPG",
"./m_Picture 027.JPG",
"./m_Picture 028.JPG",
"./m_Picture 094.JPG",
"./m_Picture 109.JPG",
"./m_Picture 119.JPG",
"./m_Picture 126.JPG",
"./m_Picture 130.JPG",
"./m_Picture 132.JPG",
"./m_Picture 150.JPG",
"./m_Picture 200.JPG"
)

var imageDB = new Array(
".././Picture 002.jpg",
".././Picture 003.jpg",
".././Picture 004.jpg",
".././Picture 014.jpg",
".././Picture 015.jpg",
".././Picture 015a.jpg",
".././Picture 016.jpg",
".././Picture 017.jpg",
".././Picture 018.jpg",
".././Picture 019.jpg",
".././Picture 026.jpg",
".././Picture 027.jpg",
".././Picture 028.jpg",
".././Picture 094.jpg",
".././Picture 109.jpg",
".././Picture 119.jpg",
".././Picture 126.jpg",
".././Picture 130.jpg",
".././Picture 132.jpg",
".././Picture 150.jpg",
".././Picture 200.jpg"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

