function footerlink(str){
if(str=="f"){
	document.write("<div class='top_link'>");
	document.write("<a href='index.html' class='top_link' >Home</a>");
	document.write("<a href='education.html' class='top_link'>Education</a>");							
	document.write("<a href='press.html' class='top_link'>Press</a>");
	document.write("<a href='photogallery.html' class='top_link'>Photos</a>");
	document.write("<a href='contactus.php' class='top_link' >Contact</a>");
	document.write("<a href='faq.html' class='top_link'>FAQ</a>");
	document.write("<a href='donations.html' class='top_link'>Donations</a>")
	document.write("<a href='links.html' class='top_link'>Links</a>");
	document.write("<a href='history.html' class='top_link'>History</a>");
}
else
{
	document.write("<div>");
}
}