var fDesc=new Array(); fDesc[0] = "CalEEMod is a statewide land use emissions computer model designed to provide a uniform platform for government agencies, land use planners, and environmental professionals to quantify potential criteria pollutant and greenhouse gas (GHG) emissions associated with both construction and operational from a variety of land use projects. The model quantifies direct emissions from construction and operation (including vehicle use), as well as indirect emissions, such as GHG emissions from energy use, solid waste disposal, vegetation planting and/or removal, and water use. The model incorporates Pavley standards and Low Carbon Fuel standards into the mobile source emission factors. Further, the model identifies mitigation measures to reduce criteria pollutant and GHG emissions along with calculating the benefits achieved from measures chosen by the user. The GHG mitigation measures were recently developed and adopted by the California Air Pollution Control Officers Association (CAPCOA)."; 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 = ''; } }