var fDesc=new Array(); fDesc[0] = "The Source Depletion Decision Support System, developed by GSI Environmental Inc., with funding provided by the Department of Defense Strategic Environmental Research and Development Program (SERDP), is a software tool designed to aid the decision-making process for remediation of dense non-aqueous phase liquid (DNAPL) source zones.

This Decision Support System consists of four modules:

-performance database for source depletion (i.e., treated) projects;
-performance database for untreated (i.e., natural attenuation) sites;
-cost database for source depletion projects; and
-literature summary of other source depletion projects."; 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 = ''; } }