<!--
var buttonHOver = "#FF0000";	// text colour for horizontal button when cursor over
var buttonHOut = "#FFFF00";		// text colour for horizontal button when cursor out

var buttonVOver = "#FF0000";	// text colour for vertical button when cursor over
var buttonVOut = "#FFFF00";		// text colour for vertical button when cursor out

var buttonHActive = 4;			// active horizontal button number
var buttonVActive = 11;			// active horizontal button number
	

// ------------------------------ control images -------------------
var nPanels = 4;
var nItems = 9;

var images = [["Kadodi dancing.jpg"],["Kid at tank.jpeg"],["Uganda boy.jpg"],["thumbsUp.jpg"],["donate.JPG"],
			  ["Woman sorting maize.jpg"],["6 8 05 Burukuru Kid.JPG"],["08 02 06 Lwemuna PS Text Books.JPG"],["donate (2).jpg"],[""],
			  [],[],[],[],[],
			  [],[],[],[],[]];

var titles = [["Kadodi dancing"],["Kid at tank"],["Uganda boy"],["thank you - thumbs up!!"],["greenery"],
			  ["Woman sorting maize"],["Burukura Kid"],["Lwemuna PS Text Books"],["young boy"],[""],
			  [],[],[],[],[],
			  [],[],[],[],[]];

var imageWidth = 162;			// if the total width of all images exceeds 648 then the images are automatically reduced in size
var imageHeight = 350;			// and the height of the containing layer is reduced proportionately too

var imageBorderWidth = 1;
var imageBorderCol = "#000000"
var imageEdgeToEdge = false;	// true = edge to edge, false = gallery
var imageSurround = 5;			// amount of pixels surrounding the image when in gallery mode

var imageFade = "fade";			// values are "static" or "fade"

// -------------------------- content settings & match left panel height to image height -------------------------
var matchHeights = true;
var contentHeading = true;
				  
// ------------------------------ control ticker -------------------
var nTicker = [7,0,0,0];

var tickerLocationId = ["on", "off", "off", "off"];

var tickerCol = Array(4);
var tickerHeadCol = Array(4);
var tickerHeading = Array(4);

tickerCol[1] = "#FFFFFF";
tickerHeadCol[1] = "#FFFFFF";
tickerHeading[1] = "<br>About donations:<br><br>";

tickerCol[2] = "#000000";
tickerHeadCol[2] = "#EBEBEB";
tickerHeading[2] = "test heading";

tickerMsg1 = Array(20);	// ticker messages
tickerMsg1["0"] = "";		// always leave blank	
tickerMsg1["1"] = "credit & debit card donations now through PayPal";
tickerMsg1["2"] = "or use uFund and the form below";
tickerMsg1["3"] = "please do claim Gift Aid";
tickerMsg1["4"] = "donations can also be made direct to LBA’s account in Uganda";
tickerMsg1["5"] = "All donations received by LBA will be acknowledged with a receipt";
tickerMsg1["6"] = "A big 'THANK YOU' to all who kindly donate to LBA";
tickerMsg1["7"] = "";
tickerMsg1["8"] = "";
tickerMsg1["9"] = "";
tickerMsg1["10"] = "";

tickerLnk1 = Array(20);	// ticker links
tickerLnk1["0"] = "";		// always leave blank
tickerLnk1["1"] = "";
tickerLnk1["2"] = "";
tickerLnk1["3"] = "";
tickerLnk1["4"] = "";
tickerLnk1["5"] = "";
tickerLnk1["6"] = "";
tickerLnk1["7"] = "";
tickerLnk1["8"] = "";
tickerLnk1["9"] = "";
tickerLnk1["10"] = "";

tickerMsg2 = Array(20);
tickerMsg2["0"] = "";		// always leave blank	
tickerMsg2["1"] = "use uFund and the form below";
tickerMsg2["2"] = "please do claim Gift Aid";

tickerLnk2 = Array(20);
tickerMsg3 = Array(20);
tickerLnk3 = Array(20);
tickerMsg4 = Array(20);
tickerLnk4 = Array(20);

//-->

