var fDesc=new Array(); fDesc[0] = "MOVES2014a is the U.S. Environmental Protection Agency's (EPA) Motor Vehicle Emission Simulator. It is used to create emission factors or emission inventories for both on-road motor vehicles and nonroad equipment. The purpose of the program is to provide an accurate estimate of emissions from cars, trucks and non-highway mobile sources under a wide range of user-defined conditions."; 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 = ''; } }