// COIS Global Menu Include
document.writeln('<ul>');
document.writeln('<li class="first"><a title="FMA Home" href="'+site+'index.html" accesskey="1">Home</a></li>');
document.writeln('<li><a title="Contact FMA" href="'+site+'contact.html">Contact FMA</a></li>');
document.writeln('<li><a title="FMA Highlights" href="'+site+'index.html#fma_highlights">FMA Highlights</a></li>');
document.writeln('</ul>');