// JavaScript Document
function topSecondaryNav()
{
	document.writeln('<div id="dropNavContainer">');
	document.writeln('<ul id="sddm">');
	document.writeln('    <li><a href="about-mtfx-overview.html">MTFX Overview</a></li>');
	document.writeln('    <li><a href="about-mtfx-philanthropy.html">MTFX Philanthropy</a></li>');
	document.writeln('</ul>');
	document.writeln('<div style="clear:both"></div>');
	document.writeln('</div>');
}
topSecondaryNav();