<!--

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 = 0;			// active horizontal button number
var buttonVActive = 1;			// active horizontal button number

// ------------------------------ control images -------------------
var nPanels = 1;
var nItems = 8;

var images = [["sunset.jpg"],["water_source.JPG"],["painted_tank.JPG"],["primary_school.JPG"],["stoves.JPG"],
			  ["2007_Vols.JPG"],["kids_skipping.JPG"],["SP-Volunteers-(5).jpg"],[],[],
			  [],[],[],[],[],
			  [],[],[],[],[]];
			  
var titles = [["sunset"],["water source"],["painted water tank"],["primary school"],["stoves"],
			  ["2007 Volunteers"],["kids skipping"],["SP Volunteers"],[],[],
			  [],[],[],[],[],
			  [],[],[],[],[]];

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

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

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

// ------------------------------ control news -------------------
			  
var news = [["Volunteer REUNION"],["LBA to launch Sanitation drive"],["LBA welcomes University Volunteers"],
			["Claire does Ironman in June"],["LBA completes 10 more water tanks"],[]];
			
var newsLinks = [["volunteer_reunion.htm"],["news.htm"],["volunteer_journal.htm"],
				 ["fundraising_claire_scrutton.shtml"],["news.htm"],[""]];
				 
var nNews = 5;

// ------------------------------ control ticker -------------------
var nTicker = [0,11,0,0];

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

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

tickerCol[1] = "#000000";
tickerHeadCol[1] = "#000000";
tickerHeading[1] = "";

tickerCol[2] = "#FF0000";
tickerHeadCol[2] = "#000000";
tickerHeading[2] = "<br>What we do:<br><br>";

tickerMsg1 = Array(20);
tickerMsg1["0"] = "";		// always leave blank	
tickerMsg1["1"] = "";
tickerMsg1["2"] = "";

tickerLnk1 = Array(20);

tickerMsg2 = Array(20);	// ticker messages
tickerMsg2["0"] = "";		// always leave blank	
tickerMsg2["1"] = "Host University Volunteer Programmes";
tickerMsg2["2"] = "Protect Natural Water Springs, providing safe drinking water";
tickerMsg2["3"] = "Build 10,000 litre Water Tanks in Primary Schools";
tickerMsg2["4"] = "Run Nurse Exchange Programmes between Uganda and the UK";
tickerMsg2["5"] = "Aim to improve the lives of ordinary people in Africa";
tickerMsg2["6"] = "Work with Natural Resources";
tickerMsg2["7"] = "Train Communities in Water, Sanitation and Hygiene Techniques (WASH)";
tickerMsg2["8"] = "Train communities to promote and construct Smokeless  Fuel Efficient stoves";
tickerMsg2["9"] = "Provide Educational resources to poor rural schools";
tickerMsg2["10"] = "Support communities to help themselves";

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

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

//-->

