// JavaScript Document
//* GFRA.js
//* includes the left menu for the Global Foot and Mouth Disease Research Alliance (GFRA)

    document.write ('<ul id="navlist">')
    document.write ('<li><a href="../GFRA/index.htm">Home</a></li>')
    document.write ('<li><a href="../GFRA/info.htm">General Information</a> </li>')
    document.write ('<li><a href="../GFRA/events.htm">Meetings &amp; Events</a></li>')
    document.write ('<li><a href="../GFRA/partnerships.htm">Membership</a>')
    document.write ('    <ul>')
    document.write ('    <li><a href="../GFRA/partnerships.htm">Members</a>')
    document.write ('    <li><a href="../GFRA/associates.htm">Associates</a>')
    document.write ('    <li><a href="../GFRA/collaborators.htm">Collaborators</a>')
    document.write ('    <li><a href="../GFRA/membership.htm">Membership Options</a>')
    document.write ('    </ul>	')
    document.write ('</li>')
    document.write ('<li><a href="../GFRA/projects.htm">Research Projects</a></li>')
    document.write ('<li><a href="../GFRA/publications.htm">Publications</a></li>')
    document.write ('<li><a href="../GFRA/presentations.htm">GFRA Presentations</a></li>')
    document.write ('<li><a href="../GFRA/links.htm">FMD Resources</a></li>')
    document.write ('<li><a href="../GFRA/contact.htm">Contact</a></li>')
    document.write ('</ul>')
