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 = "Atli"
var subTitle = "Mars 2009"
var URL = "index.htm"
var delay = "4000"
var BGCOLOR = "#FF33CC"
var TEXT = "#660033"
var LINK = "#FFCCFF"
var VLINK = "#CC99FF"
var ALINK = "#FF0066"
var pageFontFamily = "font-family: Verdana;"
var pageFontSize = "font-size: 12 px;"
var thumbFontFamily = "font-family: Verdana;"
var thumbFontSize = "font-size:12 px;"
var thumbFontColor = "color: #003366";
var imageFontFamily = "font-family: Verdana;"
var imageFontSize = "font-size: 12px;"
var imageDateFontSize = "font-size: 10px;"
var imageFontColor = "color: #003366;"
var imageFontDecoration = "font-weight: bold;"	
var rows = "20"
var columns = "5"
var thumbDB = new Array(
"./Thumb_IMG_5915.JPG",
"./Thumb_IMG_5926.JPG",
"./Thumb_IMG_5938.JPG",
"./Thumb_IMG_5948.JPG",
"./Thumb_IMG_5952.JPG"
)

var imageDB = new Array(
".././IMG_5915.JPG",
".././IMG_5926.JPG",
".././IMG_5938.JPG",
".././IMG_5948.JPG",
".././IMG_5952.JPG"
)
var thumbMetadataDB = new Array(
"",
"Veršandi listmįlari",
"",
"",
"",
"",
"",
"",
"Allir aš mįla",
"",
"",
"",
"",
"",
"",
"Svo žarf aš žvo sér vel į eftir",
"",
"",
"",
"",
"",
"",
"Ekki allir langafar sem eiga svona ęfingagręjur",
"",
"",
"",
"",
"",
"",
"Hvar er Įsta?",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"Veršandi listmįlari",
"14 / 3 / 2009",
"",
"",
"",
"",
"",
"Allir aš mįla",
"14 / 3 / 2009",
"",
"",
"",
"",
"",
"Svo žarf aš žvo sér vel į eftir",
"14 / 3 / 2009",
"",
"",
"",
"",
"",
"Ekki allir langafar sem eiga svona ęfingagręjur",
"15 / 3 / 2009",
"",
"",
"",
"",
"",
"Hvar er Įsta?",
"19 / 3 / 2009",
"",
"",
"",
""
)
