var fDesc=new Array(); fDesc[0] = "ADMS is a dispersion program used to model the air quality impact of existing and proposed industrial installations. It provides model options such as dry and wet deposition, NOx chemistry, impacts of hills, variable roughness, buildings and coastlines, puffs, fluctuations, odors, radioactivity decay (and γ-ray dose), condensed plume visibility, time varying sources and inclusion of background concentrations."; 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 = ''; } }