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 = "เสื่อน้ำมันลายการ์ตูน"
var subTitle = "ส. เจริญวัฒน์พลาสติก"
var URL = "index.htm"
var delay = "2000"
var BGCOLOR = "#9999FF"
var TEXT = "#FFFFFF"
var LINK = "#0000FF"
var VLINK = "#3333FF"
var ALINK = "#0000CC"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #336633";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FF0066";
var rows = "1"
var columns = "6"
var thumbDB = new Array(
".././Thumb_BugBunny.JPG",
".././Thumb_Doraemon_blue.JPG",
".././Thumb_house.JPG",
".././Thumb_mat_mickey_blue1.JPG",
".././Thumb_mat_mickey_green1.JPG",
".././Thumb_Pooh.JPG"
)

var imageDB = new Array(
".././BugBunny.JPG",
".././Doraemon_blue.JPG",
".././house.JPG",
".././mat_mickey_blue1.JPG",
".././mat_mickey_green1.JPG",
".././Pooh.JPG"
)
var thumbMetadataDB = new Array(
"BugBunny.jpg",
"",
"",
"",
"",
"",
"",
"Doraemon_blue.jpg",
"",
"",
"",
"",
"",
"",
"house.jpg",
"",
"",
"",
"",
"",
"",
"mat_mickey_blue1.JPG",
"",
"",
"",
"",
"",
"",
"mat_mickey_green1.JPG",
"",
"",
"",
"",
"",
"",
"Pooh.jpg",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"BugBunny.jpg",
"",
"",
"",
"",
"",
"",
"Doraemon_blue.jpg",
"",
"",
"",
"",
"",
"",
"house.jpg",
"",
"",
"",
"",
"",
"",
"mat_mickey_blue1.JPG",
"",
"",
"",
"",
"",
"",
"mat_mickey_green1.JPG",
"",
"",
"",
"",
"",
"",
"Pooh.jpg",
"",
"",
"",
"",
"",
""
)
