document.write('<div class="horizontalcssmenu">');
document.write('    <ul id="cssmenu1">');
document.write('        <li style="border-left: 1px solid #202020;"><a href="index.html">Home</a></li>');
document.write('        <li><a href="aboutTAG.html">About the TAG</a>');
document.write('            <ul>');
document.write('                <li><a href="aboutTAG.html#whatIsATag">What is a TAG?</a></li>');
document.write('                <li><a href="aboutTAG.html#whatIsAnSSP">What is an SSP?</a></li>');
document.write('                <li><a href="aboutTAG.html#whatIsTheApeTag">What is the Ape TAG?</a></li>');
document.write('                <li><a href="aboutTAG.html#Subcommittees">Ape TAG Subcommittees</a></li>');
document.write('            </ul>');
document.write('        </li>');
document.write('        <li><a href="aboutApes.html">About Apes</a>');
document.write('            <ul>');
document.write('                <li><a href="aboutApes.html#areApesMonkeys">Are Apes Monkeys?</a></li>');
document.write('                <li><a href="aboutApes.html#whoAreTheApes">Who are the Apes?</a></li>');
document.write('                <li><a href="bonobo.html">Bonobo</a></li>');
document.write('                <li><a href="chimpanzee.html">Chimpanzee</a></li>');
document.write('                <li><a href="gibbon.html">Gibbon</a></li>');
document.write('                <li><a href="gorilla.html">Gorilla</a></li>');
document.write('                <li><a href="orangutan.html">Orangutan</a></li>');
document.write('            </ul>');
document.write('        </li>');
document.write('        <li><a href="conservation.html">Conservation</a>');
document.write('            <ul>');
document.write('                <li><a href="conservation.html#issues">Issues</a></li>');
document.write('                <li><a href="conservation.html#rangeMaps">Range Maps</a></li>');
document.write('                <li><a href="conservation.html#apesInTheNews">Apes in the News</a></li>');
document.write('            </ul>');
document.write('        </li>');
document.write('        <li><a href="howYouCanHelp.html">How You Can Help</a></li>');
document.write('    </ul>');
document.write('</div>');