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 = "àÊ×èÍâ¿Á Ë¹Ò 1.2 ÁÔÅ 2 m x 30 m"
var subTitle = "Ê. à¨ÃÔ­ÇÑ²¹ì¾ÅÒÊµÔ¡ 02-2227624, 0816550604"
var URL = "index.htm"
var delay = "2000"
var BGCOLOR = "#FFFFCC"
var TEXT = "#CC9900"
var LINK = "#FFCC66"
var VLINK = "#996633"
var ALINK = "#663333"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #FF9900";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #CC0033";
var rows = "3"
var columns = "3"
var thumbDB = new Array(
"./Thumb_6006.JPG",
"./Thumb_6007_pink_blue.JPG",
"./Thumb_7910.JPG",
"./Thumb_7911.JPG",
"./Thumb_8911.JPG",
"./Thumb_16405.JPG",
"./Thumb_16501.JPG",
"./Thumb_17001.JPG",
"./Thumb_17004.JPG"
)

var imageDB = new Array(
".././6006.jpg",
".././6007_pink_blue.jpg",
".././7910.jpg",
".././7911.jpg",
".././8911.jpg",
".././16405.jpg",
".././16501.jpg",
".././17001.jpg",
".././17004.jpg"
)
var thumbMetadataDB = new Array(
"6006.jpg",
"",
"",
"",
"",
"",
"",
"6007_pink_blue.jpg",
"",
"",
"",
"",
"",
"",
"7910.jpg",
"",
"",
"",
"",
"",
"",
"7911.jpg",
"",
"",
"",
"",
"",
"",
"8911.jpg",
"",
"",
"",
"",
"",
"",
"16405.jpg",
"",
"",
"",
"",
"",
"",
"16501.jpg",
"",
"",
"",
"",
"",
"",
"17001.jpg",
"",
"",
"",
"",
"",
"",
"17004.jpg",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"6006.jpg",
"",
"",
"",
"",
"",
"",
"6007_pink_blue.jpg",
"",
"",
"",
"",
"",
"",
"7910.jpg",
"",
"",
"",
"",
"",
"",
"7911.jpg",
"",
"",
"",
"",
"",
"",
"8911.jpg",
"",
"",
"",
"",
"",
"",
"16405.jpg",
"",
"",
"",
"",
"",
"",
"16501.jpg",
"",
"",
"",
"",
"",
"",
"17001.jpg",
"",
"",
"",
"",
"",
"",
"17004.jpg",
"",
"",
"",
"",
"",
""
)

