var fDesc=new Array(); fDesc[0] = "Building a strong foundation for your business by lowering costs and increasing revenues and profits is the key to success, which is why you need the right people and the right tools. That's precisely why thousands of lawyers choose ESILAW as their law firm practice management and accounting software solution. It's feature-rich, truly easy to use and it helps strengthen the foundation of your business and your law firm.

Organize and improve collaboration among staff with features such as centralized client/matter and document management."; 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 = ''; } }