//
// script used to display navigation links
// Origianl Written by: Conrad Matiuk, INDUS Corporation, October 16, 2001
// Modified December 28, 2004 for NERL's sidebar links.  Eliminates the need to update all the pages when a sidebar change is made.


<!-- //
document.write("<ul>")
document.write('<li><a href="/heasd/" title="Human Exposure and Atmospheric Sciences Home">HEASD Home</a></li><hr>');
document.write('<li><a href="/heasd/basic.html" title="Basic Information">Basic Information</a></li>');
document.write('<li><a href="/heasd/sources/" title="Identifying Air Pollution Sources of Greatest Risk">Identifying Air Pollution Sources of Greatest Risk</a></li>');
document.write('<li><a href="/heasd/subpopulation/" title="Understanding Risks to Susceptible Subpopulations">Understanding Risks to Susceptible Subpopulations</a></li>');
document.write('<li><a href="/heasd/risk/" title="Aggregate and Cumulative Risk">Aggregate and Cumulative Risk</a></li>');
document.write('<li><a href="/heasd/regulatory/" title="Regulatory Support Applications">Regulatory Support Applications</a></li>');
document.write('<li><a href="/heasd/current_research/" title="Current Research Tasks">Current Research Tasks</a></li>');
document.write('<li><a href="/heasd/completed/" title="Completed Research Projects">Completed Research Projects</a></li>');
document.write('<li><a href="/heasd/products/products.html" title="Available Products/Tools">Available Products/Tools</a></li>');
document.write('<li><a href="/heasd/index.html#pubs" title="Available Products">Publications</a></li>');
document.write("</ul>")
//-->



