var fDesc=new Array(); fDesc[0] = "VSP is a software tool that supports the development of a defensible sampling plan based on statistical sampling theory and the statistical analysis of sample results to support confident decision making.

VSP couples site, building, and sample location visualization capabilities with optimal sampling design and statistical analysis strategies. VSP is currently focused on design and analysis for the following applications.

Main features:
- Environmental Characterization and Remediation
- Environmental Monitoring and Stewardship
- Response and Recovery of Chemical/Biological/Radiation Terrorist Event
- Footprint Reduction and Remediation of Unexploded Ordnance (UXO) Sites
- Sampling of Soils, Buildings, Groundwater, Sediment, Surface Water, Subsurface Layers."; 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 = ''; } }