var fDesc=new Array(); fDesc[0] = "De Novo CaseMgr is a case management tool for legal professionals. De Novo CaseMgr® makes it easy for attorneys and legal assistants to electronically manage every aspect of the case, from client intake through depositions and discovery to settlement or trial.

It was created by attorneys using a built-in, industrial-strength relational database engine and a friendly, user-driven interface. This combination of processing power and ease-of-use allows legal professionals to do valuable work from the day of installation, and they need NOT become computer experts.

Main features:
-Keep track of everyone involved in your matters, including clients, other parties, witnesses, attorneys, medical providers, insurance adjusters and other by simply clicking on a tab.
-Quick Lists provide completely customizable access to all your matter information.
-An easy-to-use Wizard steps you through creating merge documents with Microsoft Word or WordPerfect.
-Pick from more than 30 built-in reports — or create
your own!
-Comprehensive conflict checker.
-Unlimited contact information for every client.
-Track all changes made, and view a summary of
case history.
-Helpful prompts make sure you don't forget to include
essential information.
-Useful and customizable Checklists.
-Complete calendar and docketing system, with reminders and to-dos."; 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 = ''; } }