var fDesc=new Array(); fDesc[0] = "The ADMS-Roads pollution model is a comprehensive tool for investigating air pollution problems due to small networks of roads that may be in combination with industrial sites, for instance small towns or rural road networks.

ADMS-Roads combines many of the scientific capabilities of CERC's air quality management system ADMS-Urban with an easy-to-use interface.

Model operation is similar to other ADMS models, making it a simple task for anyone familiar with ADMS 4 to extend their modelling skills to cover road sources."; 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 = ''; } }