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 = "Changing a BT Master Socket Faceplate"
var subTitle = "How to improve your ADSL speeds by fitting an ADSL Master Faceplate - click images to see them full-size"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#000000"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
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 = "5"
var columns = "2"
var thumbDB = new Array(
"./Thumb_IMG_5468.JPG",
"./Thumb_IMG_5469.JPG",
"./Thumb_IMG_5472.JPG",
"./Thumb_IMG_5474.JPG",
"./Thumb_IMG_5475.JPG",
"./Thumb_IMG_5476.JPG"
)

var imageDB = new Array(
".././IMG_5468.JPG",
".././IMG_5469.JPG",
".././IMG_5472.JPG",
".././IMG_5474.JPG",
".././IMG_5475.JPG",
".././IMG_5476.JPG"
)
var thumbMetadataDB = new Array(
"Unscrewing faceplate, note extension socket to left,<br>other wired extension is unplugged",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"With faceplate off,<br> see how extensions are wired to faceplate,<br> Connected a lead to goto ADSL modem and check it works better",
"",
"",
"",
"",
"",
"",
"",
"See how extensions are wired to faceplate,<br> one extension was using a spare pair of wires from incoming line cable",
"",
"",
"",
"",
"",
"Fitted a faceplate from http://www.adslnation.com and checking phone works<br>See now that extension socket is gone",
"",
"",
"",
"",
"",
"Fitting a twisted pair cable to create an ADSL<br> extension to where the ADSL modem will live.",
"",
"",
"",
"",
"",
"Have used the plastic IDC tool to connect to the A-B terminals",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

