function showfooter(nav) {
  if (nav == "y") {
    // BEGIN FOOTER
	document.write('<div id="sub"><a href="http://www.arrowheadresearch.com/" title="Arrowhead Research"><h1>Arrowhead Research</h1></a></div>');
	document.write('<div id="footer"><br>Copyright &#169; 2008-2009 Unidym, All rights reserved. &nbsp; &nbsp; <a href="../company/privacy.html" class="footernav">Privacy</a> | <a href="../sitemap.html" class="footernav">Sitemap</a><div>');
    }
     if (nav == "root") {
    // BEGIN FOOTER FOR ROOT PAGES
	document.write('<div id="sub"><a href="http://www.arrowheadresearch.com/" title="Arrowhead Research"><h1>Arrowhead Research</h1></a></div>');
	document.write('<div id="footer"><br>Copyright &#169; 2008-2009 Unidym, All rights reserved. &nbsp; &nbsp; <a href="company/privacy.html" class="footernav">Privacy</a> | <a href="sitemap.html" class="footernav">Sitemap</a><div>');
    }
}