var fDesc=new Array(); fDesc[0] = "CALPUFF is a non-steady-state meteorological and air quality modeling system. The model has been adopted by the U.S. Environmental Protection Agency (USEPA) in its Guideline on Air Quality Models as the preferred model for assessing long-range transport of pollutants and their impacts on Federal Class I areas. The main components of the modeling system are CALMET (a diagnostic 3-dimensional meteorological model), CALPUFF (an air quality dispersion model), and CALPOST (a postprocessing package)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }