var fDesc=new Array(); fDesc[0] = "An interactive program developed by Golder Associates on behalf of the Environment Agency, LandSim uses Monte Carlo probabilistic performance assessment models constructed for new and existing landfill sites. The model essentially tracks leachate production, chemistry, migration and leakage through engineered an non-engineered structures, followed by leachate migration through the unsaturated zone to assess the ultimate impact on the aquifer."; 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 = ''; } }