var fDesc=new Array(); fDesc[0] = "ConSim is designed to provide those concerned with the management of contaminated land .

Features:

-Source duplication function. This option reduces the amount of repetitive data-entry by allowing the user to duplicate a selected source area;
-Automated insertion of timeslices. The time series graphs of concentration that ConSim produces are calculated only for the timeslices defined by the user. A new function in ConSim eliminates the time-consuming task of typing single timeslices into the model by allowing the user to automatically generate several timeslices within chosen limits;
-Multiple unsaturated pathways. ConSim enables the user to introduce layering in the unsaturated zone to take account of the effects that different materials will have on the flow of water and contaminant movement. It should be noted that the soakaway and dual porosity options remain available only for the case of one single unsaturated zone pathway."; 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 = ''; } }