<!--
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 = 4;			// active horizontal button number
	

// ------------------------------ control images -------------------
var nPanels = 3;
var nItems = 7;

var images = [["quotes - source (2).JPG"],["copy Bukhakosi PS Reading Books.JPG"],["copy Source 1.JPG"],["copy Stove 4.JPG"],["copy sunset.JPG"],
			  ["quotes - source.JPG"],["quotes (2).jpg"],[],[],[],
			  [],[],[],[],[],
			  [],[],[],[],[]];

var titles = [["boy am I thirsty!!"],["Bukhakosi PS Reading Books"],["Source"],["Stove"],["sunset"],
			  ["lets fill em up"],["a tank full of water at last"],[],[],[],
			  [],[],[],[],[],
			  [],[],[],[],[]];

var imageWidth = 216;			// if the total width of all images exceeds 648 then the images are automatically reduced in size
var imageHeight = 216;			// 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"
			  
// ------------------------------ control ticker -------------------
var nTicker = [10,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] = "#FF0000";
tickerHeading[1] = "<br>Thanks To:<br>";

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

tickerMsg1 = Array(20);	// ticker messages
tickerMsg1["0"] = "";		// always leave blank	
tickerMsg1["1"] = "Ringwood Secondary School who fundraised through a mufti day";
tickerMsg1["2"] = "Gandalf Elfins of Woodcraft Folk who held a fundraising book swop";
tickerMsg1["3"] = "BVDA (Bristol Volunteers for Development Abroad)";
tickerMsg1["4"] = "ODA (Oxford Development Abroad)";
tickerMsg1["5"] = "Liz Christopherson";
tickerMsg1["6"] = "Twynham school who fundraised through a mufti day";
tickerMsg1["7"] = "Dave Farmer, Steve Walker, Simon Kenyon, Chris Forte and Crispin Sugden donated their winnings from a fantasy football competition";
tickerMsg1["8"] = "Marlwood Secondary School";
tickerMsg1["9"] = "A big 'THANK YOU' to all who have kindly donated to LBA";
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"] = "";
tickerMsg2["2"] = "";

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


//-->

