var fDesc=new Array(); fDesc[0] = "The Evidence Manager system was developed to provide immediate access to information and to maintain a chain-of-custody log on all items under Property Room control.
The increased efficiencies and tighter controls provided by Evidence Manager help to ensure the integrity of all evidence for prosecution and disposal purposes.

Main Features:
- Improved efficiencies through fast, accurate inventory and audits
- Time saving through elimination of repetitive forms and data entry
- Immediate response to inventory inquiries due to powerful database search tools
- Increased efficiencies with powerful word processor and mail merge capabilities to the database
- Maximum utilization of storage space due to timely disposal of evidence
- Complete history logs of any evidence can be viewed and printed any time
- Transactions immediately recorded
- Standardization of evidence reporting"; 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 = ''; } }