// JavaScript Document

function breadcrumb_everypage () {
	document.write("<a href='../../index.php'>" + "Home<\/a>" + " > ");
	document.write("<a href='../programmes_home.html'>" + "Programmes<\/a>" + " > ");
	document.write("<a href='programmes_angola.html'>" + "SFCG Angola<\/a>");
}

function breadcrumb_tools () {
	document.write(" > " + "<a href='tools.html'>" + "Tools<\/a>");
}
function breadcrumb_resources () {
	document.write(" > " + "<a href='resources.html'>" + "Resources<\/a>");
}
function breadcrumb_projects () {
	document.write(" > " + "<a href='projects.html'>" + "Projects<\/a>");
}
function breadcrumb_evaluations () {
	document.write(" > " + "<a href='evaluations.html'>" + "Evaluations<\/a>");
}