// JavaScript Document
var imageTitle = new Array();
imageTitle[0] = 'Welcome to Donegal Hall';
imageTitle[1] = 'Luminaries lead the way';
imageTitle[2] = 'The Angel of the Lord';
imageTitle[3] = 'Worship the Christ child';
imageTitle[4] = 'Carols of Christmas';
imageTitle[5] = 'Warmth of the fire';

var imageDescription = new Array();
imageDescription[0] = '...';
imageDescription[1] = '...';
imageDescription[2] = '...';
imageDescription[3] = '...';
imageDescription[4] = '...';
imageDescription[5] = '...';
