var fDesc=new Array(); fDesc[0] = "With Verdical is with you during the presentation piece. Now it can assist you throughout the entire process of building your case with enhanced features that include creating production sets, managing transcripts, and presenting your case with new tools.
Features:
* Supports both standard legal industry utilized TIF images and PDF files.
* Import and access OCR from embedded PDF files.
* Create and access OCR from existing TIF image formats or import through industry-standard OCR imports.[1]
* Supports industry-standard load file formats for simplified case creation.
* Produce and track sets of document production including exhibit stamping and redaction.
* Enhanced organizational abilities with document and case Management through an extensive suite of enhancement tools.
* Create precise and focused Video Designations easily.
* Import and playback standard DVD format files, along with playback of MPEG-2/4 encoded files.[2]
* Track, code and report within transcripts via specific and focused issue designations.
* Color coded reporting capabilities designed to simplify transcript designation creation and review abilities.
* Bates number, exhibit stamp and print evidence electronically.
* Adjust and adapt displayed evidence, via simple keystrokes, in user-created presentations.
* Enhance evidence presentation with a suite of annotation tools.
* Present and manage evidence presentation through advanced Lectern Presentation Mode."; 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 = ''; } }