var fDesc=new Array(); fDesc[0] = "Urbemis 2007 version 9.2.0 was released in June, 2007. The major enhancements for this version include:

- Improved appearance and organization of URBEMIS to make it easier and more intuitive for the novice user while providing more options for the power user.
- Fixed bugs discovered in version 8.7.
- Uses EMFAC2007 emission factors (for on-road mobile sources).
- Allows the user to select air basin and county specific EMFAC and default files.
- Uses OFFROAD2007 emission factors (for off-road mobile sources).
- Allows all construction phases to overlap.
- Allows the user to specify additional construction phases.
- Enhanced procedure for estimating and mitigating architectural coating emissions.
- Refined estimates of default construction equipment based on data collected by the air districts.
- Improved reporting capabilities, including selectable emission estimates, plus reporting for two additional pollutants: PM2.5 and CO2."; 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 = ''; } }