var fDesc=new Array(); fDesc[0] = "EzSupport-NY: Family Law Software
EzSupport-NY comes with an electronic data collection module. It's a form for your client to fill out-in the comfort of his or her home. The form is a long but simple Microsoft Word file. Once it's complete, your client emails it to you, you review it, and then "import" it into your EzSupport program. It is that simple! Case forms including statement of net worth is nearly complete."; 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 = ''; } }