function HideContent(d) {document.getElementById(d).style.display = "none";}function ShowContent(d) {document.getElementById(d).style.display = "block";}function ReverseDisplay(d) {if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }else { document.getElementById(d).style.display = "none"; }}function makenavbar(here){if (here=="Home") {document.write("<p style='background:#B49D02'><a href='index.html'>Home</a></p>")}else {document.write("<p><a href='index.html'>Home</a></p>")}if (here=="News") {document.write("<p style='background:#B49D02'><a href='News.html'>News</a></p>")}else {document.write("<p><a href='News.html'>News</a></p>")}if (here=="Project") {document.write("<p style='background:#B49D02'><a href='Project Costs.html'>Project Costs</a></p>")}else {document.write("<p><a href='Project Costs.html'>Project Costs</a></p>")}if (here=="Numbers") {document.write("<p style='background:#B49D02'><a href='ProjectNumbers.html'>Project Summary Accounts</a></p>")}else {document.write("<p><a href='ProjectNumbers.html'>Project Summary Accounts</a></p>")}if (here=="Donating") {document.write("<p style='background:#B49D02'><a href='Donating.html'>Project Summary Accounts</a></p>")}else {document.write("<p><a href='Donating.html'>How to Donate</a></p>")}document.write("<div id='hrule'><\/div>")if (here=="Emmy") {document.write("<p style='background:#B49D02'><a href='EmmyJerome.html'>Emmy and Jerome</a></p>")}	else {document.write("<p><a href='EmmyJerome.html'>Emmy and Jerome</a></p>")}if (here=="Ivan") {document.write("<p style='background:#B49D02'><a href='Ivan.html'>Ivan</a></p>")}	else {document.write("<p><a href='Ivan.html'>Ivan</a></p>")}if (here=="Bright") {document.write("<p style='background:#B49D02'><a href='Bright.html'>Bright</a></p>")}	else {document.write("<p><a href='Bright.html'>Bright</a></p>")}if (here=="Ronald") {document.write("<p style='background:#B49D02'><a href='Ronald.html'>Ronald</a></p>")}	else {document.write("<p><a href='Ronald.html'>Ronald</a></p>")}if (here=="Doreen") {document.write("<p style='background:#B49D02'><a href='Doreen.html'>Doreen</a></p>")}	else {document.write("<p><a href='Doreen.html'>Doreen</a></p>")}if (here=="Brian") {document.write("<p style='background:#B49D02'><a href='Brian.html'>Brian</a></p>")}	else {document.write("<p><a href='Brian.html'>Brian</a></p>")}if (here=="Edwin") {document.write("<p style='background:#B49D02'><a href='Edwin.html'>Edwin</a></p>")}	else {document.write("<p><a href='Edwin.html'>Edwin</a></p>")}if (here=="JoyOscar") {document.write("<p style='background:#B49D02'><a href='JoyOscar.html'>JoyOscar</a></p>")}	else {document.write("<p><a href='JoyOscar.html'>JoyOscar</a></p>")}if (here=="Fulgence") {document.write("<p style='background:#B49D02'><a href='Fulgence.html'>Fulgence</a></p>")}	else {document.write("<p><a href='Fulgence.html'>Fulgence</a></p>")}if (here=="George") {document.write("<p style='background:#B49D02'><a href='George.html'>George</a></p>")}	else {document.write("<p><a href='George.html'>George</a></p>")}if (here=="Willy") {document.write("<p style='background:#B49D02'><a href='Willy.html'>Willy</a></p>")}	else {document.write("<p><a href='Willy.html'>Willy</a></p>")}if (here=="Alfred") {document.write("<p style='background:#B49D02'><a href='Alfred.html'>Alfred</a></p>")}	else {document.write("<p><a href='Alfred.html'>Alfred</a></p>")}}
