var fDesc=new Array(); fDesc[0] = "AV Capture All offers affordable Audio/Video recording solutions to meet the specific requirements of each department within a government agency. These solutions improve efficiency, transparency, and accountability in government by empowering constituents to easily access valuable information pertaining to their community.

Through innovative technologies, AV Capture All allows a government agency to effectively Capture, Manage, & Share media content instantly and securely.

Main features:
-Multiple Channel Audio Capture: channel separation during playback isolates audio feeds for transcription accuracy
-Embedded Metadata: enables annotation, attached agendas, time-stamping, indexing, searching, linking, and other descriptive content tagging.
-Enhanced Search & Retrieval: find A/V content quickly & easily.
-Open Multimedia Application Playback: no proprietary playback application required
-Two-Way Data Transfer: allows for real-time, two way A/V communication (videoconferencing)
-Multiple Channel Video Capture: broader video capture to encompass entire room with multiple cameras
-Single file storage: enables single application functionality, eases file management, improves search capability, stores metadata in A/V container.
-High compression: enhances A/V quality, reduces bandwidth & storage requirements
-Streaming Multimedia Capability: near-live broadcast, reduces file-transfer size
-Encryption: secures A/V files from unauthorized access"; 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 = ''; } }