// script used to display navigation links




/**function ResourceLinks()
{
document.write('<li><a href="/asmdnerl/Resources/hpcc.html" >HPCC</a></li>');
document.write('<li><a href="/asmdnerl/Resources/fmf.html" >Fluid Modeling Facility</a></li>');
}
**/

function HPCCnav()
{
document.write('<li><a href="http://www.hpcc.gov/index.html" >National Coordination Office</a></li>');
}

function branchnav()
{
document.write('<p><a href="/asmdnerl/staff.html">Organizational Chart</a></p>');
document.write('<p><a href="/asmdnerl/od.html">Office of Director</a></p>');
document.write('<p><a href="/asmdnerl/aeib.html">Atmospheric Exposure Integration Branch</a></p>');
document.write('<p><a href="/asmdnerl/amb.html">Applied Modeling Branch</a></p>');
document.write('<p><a href="/asmdnerl/amdb.html">Atmospheric Model Development Branch</a></p>');
document.write('<p><a href="/asmdnerl/emeb.html">Emissions and Model Evaluation Branch</a></p>');
} 

function Research()
{
document.write('<p><a href="/asmdnerl/ModelDevelopment/index.html">Air Quality Model Development</a></p>');
document.write('<p><a href="/asmdnerl/ModelEvaluation/index.html">Air Quality Model Evaluation</a></p>');
document.write('<p><a href="/asmdnerl/Climate/index.html">Climate and Air Quality Interactions</a></p>');
document.write('<p><a href="/asmdnerl/EcoExposure/index.html">Linking Air Quality & Ecosystem Health</a></p>');
document.write('<p><a href="/asmdnerl/HumanHealth/index.html">Linking Air Quality & Human Health</a></p>');
}


function AirToxics() /** delete this section */
{
document.write('<a href="cmaq.html" >CMAQ Model Extensions to New Species</a><br><br>');
document.write('<a href="applications.html" >Applications of Toxic Air Pollutant Modeling: the National Air Toxics Assessment</a><br><br>');
document.write('<a href="region3.html" >Philadelphia modeling in collaboration with Region 3</a><br><br>');
document.write('<a href="humanExposure.html" >Develop Linkages to Advanced Human Exposure Models</a><br><br>');
document.write('<a href="hybrid.html" >Hybrid Modeling Approaches</a><br><br>');
document.write('<a href="finescale.html" >Fine-scale CMAQ simulations & urban canopy parameterizations</a><br><br>');
document.write('<a href="subgrid.html" >Modeling Subgrid Concentration Variability</a><br><br>');
}

function Applications()
{
document.write('<a href="input.html" >Meteorological Input Integration</a><br><br>');
document.write('<a href="gridModel.html" >Dispersion/Grid Model Integration</a><br><br>');	
}

function Climate()
{
document.write('<a href="ciraq.html">CIRAQ pilot study</a><br><br>');
//document.write('<a href="downscale.html">Global to Regional Downscaling</a><br><br>');
//document.write('<a href="emissions.html">Future Emission Scenarios</a><br>');
}

function CMAQ()
{
document.write('<p><a href="../CMAQ/cmaq_model.html" >CMAQ Model</a></p>');
document.write('<p><a href="../CMAQ/CMAQscienceDoc.html" >Science Documentation</a></p>');
document.write('<p><a href="../CMAQ/release47.html" >Release Notes v4.7</a></p>');
document.write('<p><a href="../CMAQ/release46.html" >Release Notes v4.6</a></p>');
document.write('<p><a href="../CMAQ/release451.html">Release Notes v4.5.1</a></p>');
document.write('<p><a href="../CMAQ/release45.html">Release Notes v4.5</a></p>');
document.write('<p><a href="../CMAQ/release44.html" >Release Notes v4.4</a></p>');
document.write('<p><a href="../CMAQ/release43.html" >Release Notes v4.3</a></p>');
}

function ModelDevelopment()
{
document.write('<p><a href="aerosolModule.html" >CMAQ Aerosol Module</a></p>');
document.write('<p><a href="gasPhase.html" >Gas-Phase Chemistry in CMAQ</a></p>');
document.write('<p><a href="landSurfacePBL.html" >PBL Modeling</a></p>');
document.write('<p><a href="meteorologyModeling.html" >Meteorology Modeling for Air Quality</a></p> ');
document.write('<p><a href="twoway.html" >Two-Way Coupled Modeling</a></p>');
document.write('<p><a href="mercury.html" >Mercury Modeling</a></p>');
document.write('<p><a href="computational.html" >Computational Science</a></p>');
document.write('<p><a href="airToxics.html" >Air Toxics Modeling</a></p>');

}

function ModelEvaluation()
{
document.write('<p><a href="performance.html">Operational Performance Evaluation of Air Quality Model Simulations</a></p><br>');
document.write('<p><a href="diagnosticEval.html">Diagnostic Evaluation of the Oxidized Nitrogen Budget Using Space-based, Aircraft, and Ground Observations</a></p><br>');
document.write('<p><a href="Carbonaceous.html" >Diagnostic Evaluation of the Carbonaceous Fine Particle System</a></p><br>');
document.write('<p><a href="inverse_modeling.html">Inverse Modeling to Evaluate and Improve Emission Estimates</a></p><br>');
document.write('<p><a href="probabilisticEval.html">Probabilistic Model Evaluation</a></p><br>');
document.write('<p><a href="stat_techniq.html">Statistical Methodology for Model Evaluation</a></p><br>');
document.write('<p><a href="dynaEval.html">Dynamic Evaluation of a Regional Air Quality Model</a></p><br>');
}


function HumanHealth()
{
document.write('<p><a href="nearRoadway.html">Characterizing Spatial Variation of Air Quality near Roadways</a></p><br>');
document.write('<p><a href="evaluatingRegulations.html">Evaluating Regional-Scale Air Quality Regulations</a></p><br>');
document.write('<p><a href="linkingAQE.html">Linking Local-Scale and Regional-Scale Models for Exposure Assessments</a></p><br>');
document.write('<p><a href="NUDAPT.html">National Urban Database and Access Portal Tool</a></p>');
}

/** beginning of ecosystem exposure funcitons **/
function EcosystemExposure()
{
document.write('<p><a href="aquaticTerrestrial.html">Linking air quality to aquatic and terrestrial ecosystems</a></p>');
document.write('<p><a href="ecoServices.html">Linking to Ecosystem Services</a></p>');
document.write('<p><a href="airSurface.html">Air-Surface Exchange</a></p>');
document.write('<p><a href="ecoStudies.html">CMAQ ecosystem exposure studies</a></p>');
document.write('<p><a href="software.html">Software Tool Development</a></p>');
}

function AquaticTerrestrial()
{
document.write('<p><a href="aquaticTerrestrial.html">Linking air quality to aquatic and terrestrial ecosystems</a></p>');
document.write('<a href="waterQuality.html"><blockquote> Linking to water quality models</blockquote></a>');
document.write('<p><a href="ecoServices.html">Linking to Ecosystem Services</a></p>');
document.write('<p><a href="airSurface.html">Air-Surface Exchange</a></p>');
document.write('<p><a href="ecoStudies.html">CMAQ ecosystem exposure studies</a></p>');
document.write('<p><a href="software.html">Software Tool Development</a></p>');
}

function EcosystemServices()
{
document.write('<p><a href="aquaticTerrestrial.html">Linking air quality to aquatic and terrestrial ecosystems</a></p>');
document.write('<p><a href="ecoServices.html">Linking to Ecosystem Services</a></p>');
document.write('<a href="FML.html"><blockquote> Future Midwestern Landscapes</a></blockquote>');
document.write('<a href="ESRP.html"><blockquote> ESRP Nitrogen Pollutant Specific Study</a></blockquote>');
document.write('<p><a href="airSurface.html">Air-Surface Exchange</a></p>');
document.write('<p><a href="ecoStudies.html">CMAQ ecosystem exposure studies</a></p>');
document.write('<p><a href="software.html">Software Tool Development</a></p>');
}

function AirSurface()
{
document.write('<p><a href="aquaticTerrestrial.html">Linking air quality to aquatic and terrestrial ecosystems</a></p>');
document.write('<p><a href="ecoServices.html">Linking to Ecosystem Services</a></p>');
document.write('<p><a href="airSurface.html">Air-Surface Exchange</a></p>');
document.write('<a href="nitrogen.html"><blockquote> Nitrogen Exchange</a></blockquote>');
document.write('<a href="mercury.html"><blockquote> Mercury Exchange</a></blockquote>');
document.write('<p><a href="ecoStudies.html">CMAQ ecosystem exposure studies</a></p>');
document.write('<p><a href="software.html">Software Tool Development</a></p>');
}

function Nitrogen()
{ 
document.write('<p><a href="aquaticTerrestrial.html">Linking air quality to aquatic and terrestrial ecosystems</a></p>');
document.write('<p><a href="ecoServices.html">Linking to Ecosystem Services</a></p>');
document.write('<p><a href="airSurface.html">Air-Surface Exchange</a></p>');
document.write('<a href="nitrogen.html"><blockquote> Nitrogen Exchange</a></blockquote>');
document.write('<a href="NH3soil.html"><blockquote>&nbsp; NH<sub>3</sub> Soil Exchange</a></blockquote>');
document.write('<a href="NH3canopy.html"> <blockquote> &nbsp; NH<sub>3</sub> Canopy Exchange</a></blockquote>');
document.write('<a href="mercury.html"><blockquote> Mercury Exchange</a></blockquote>');
document.write('<p><a href="ecoStudies.html">CMAQ ecosystem exposure studies</a></p>');
document.write('<p><a href="software.html">Software Tool Development</a></p>');
}

function EcosystemStudies()
{
document.write('<p><a href="aquaticTerrestrial.html">Linking air quality to aquatic and terrestrial ecosystems</a></p>');
document.write('<p><a href="ecoServices.html">Linking to Ecosystem Services</a></p>');
document.write('<p><a href="airSurface.html">Air-Surface Exchange</a></p>');
document.write('<p><a href="ecoStudies.html">CMAQ ecosystem exposure studies</a></p>');
document.write('<a href="airsheds.html"><blockquote> Airsheds</blockquote></a>');
document.write('<a href="ChesapeakeBay.html"><blockquote> Chesapeake Bay Restoration</blockquote></a>');
document.write('<a href="TampaBay.html"><blockquote> Tampa Bay TMDL</blockquote></a>');
document.write('<p><a href="software.html">Software Tool Development</a></p>');
}

function Software()
{
document.write('<p><a href="aquaticTerrestrial.html">Linking air quality to aquatic and terrestrial ecosystems</a></p>');
document.write('<p><a href="ecoServices.html">Linking to Ecosystem Services</a></p>');
document.write('<p><a href="airSurface.html">Air-Surface Exchange</a></p>');
document.write('<p><a href="ecoStudies.html">CMAQ ecosystem exposure studies</a></p>');
document.write('<p><a href="software.html">Software Tool Development</a></p>');
document.write('<a href="verdi.html"><blockquote> VERDI</a></blockquote>');
document.write('<a href="depositionMapping.html"><blockquote> Watershed Deposition Tool</a></blockquote>');
document.write('<a href="spatialAlloc.html"><blockquote> Spatial Allocator</a></blockquote>');
}

function DepositionTool()
{
document.write('<p><a href="aquaticTerrestrial.html">Linking air quality to aquatic and terrestrial models</a></p>');
document.write('<p><a href="ecoServices.html">Linking to Ecosystem Services</a></p>');
document.write('<p><a href="airSurface.html">Air-Surface Exchange</a></p>');
document.write('<p><a href="ecoStudies.html">CMAQ ecosystem exposure studies</a></p>');
document.write('<p><a href="software.html">Software Tool Development</a></p>');
document.write('<a href="verdi.html"><blockquote> VERDI</a></blockquote>');
document.write('<a href="depositionMapping.html"><blockquote> Watershed Deposition Tool</a></blockquote>');
document.write('<a href="WDTData.html"><blockquote> &nbsp; CMAQ Data</a></blockquote>');
document.write('<a href="spatialAlloc.html"><blockquote> Spatial Allocator</a></blockquote>');
}

/** end of ecosystem exposure functions **/
function MIMS()
{
document.write('<li><a href="/asmdnerl/Multimedia/MIMS/framework.html">Framework</a></li>');
document.write('<li><a href="/asmdnerl/Multimedia/MIMS/applications.html">Applications</a></li>');
document.write('<li><a href="/asmdnerl/Multimedia/MIMS/capabilities.html">Capabilities</a></li>');
document.write('<li><a href="/asmdnerl/Multimedia/MIMS/coupling.html"">Model Coupling</a></li>');
document.write('<li><a href="/asmdnerl/Multimedia/MIMS/behind_the_scene.html">Behind the Scenes</a></lit>');
document.write('<li><a href="/asmdnerl/Multimedia/MIMS/support.html">Support</a></li>');

}

function Download()
{
document.write('<li><a href="http://www.cep.unc.edu/empd/projects/mims/spatial/">Spatial Allocator</a> <a href="http://www.epa.gov/epahome/exitepa.htm"><IMG SRC="http://www.epa.gov/epafiles/images/epafiles_misc_exitepadisc.gif" border="0" width="87" height="13" alt="Exit EPA Disclaimer"></a></li>');	
document.write('<li><a href="/asmdnerl/Multimedia/MIMS/MIMSdownload.html">MIMS Framework</a></li>');
}


function FineScaleLinks()
{
document.write('<li><a href="/asmdnerl/pdf/APM317.pdf"> Philadephia Modeling Prototype</a></li>');
document.write('<li>(PDF, 19 pp, 490KB)<a href="http://epa.gov/epahome/pdf.html">About PDF</a></li>');
document.write('<li><a href="/asmdnerl/FineScale/wtc.html"> World Trade Center Disaster Site</a></li>');
}


function AnnualReports()
{
	document.write('<a href="2007.html">2007</a><br>');
	document.write('<a href="2006.html">2006</a><br>');
	document.write('<a href="2004.html">2004</a><br>');
	document.write('<a href="2003.html">2003</a><br>');
	document.write('<a href="2002.html">2002</a><br>');
	document.write('<a href="2001.html">2001</a><br>');
	document.write('<a href="2000.html">2000</a><br>');
}
