var fDesc=new Array(); fDesc[0] = "ScenePD Pro is an easy-to-use, field diagramming and reporting software tool that enables quick and accurate documentation of facilities and evidence collection. It improves planning, training, exercise, and operational effectiveness.
ScenePD Pro Capabilities include:
- Database-agnostic; export to existing and new databases, PDF’s, and PowerPoint
- Data collection
- Attach and manage digital evidence
- Enhance briefings with live links to digital evidence
- Import geospatial/satellite imagery
- Ability to integrate with RMS providers"; 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 = ''; } }