var fDesc=new Array();
fDesc[0] = "It manages everything that matters to your practice of law - cases, documents and emails, tasks and due dates, clients, time-tracking, bills, reporting.
Main Features:
- Plug & Play: you can start also with web access only (and our support, if you need it).
- Work normally with Outlook, Excel, Word: everything is in synced in Kleos and integrated with your cases.
- Automated links to cases: documents, emails, events, due dates and tasks, contacts, time sheets, invoices.
- Automate your templates, avoiding to retype content and case data in emails, letters, documents, invoices,grids for data analysis.
- Integrated with e-court.";
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 = '';
}
}