var fDesc=new Array(); fDesc[0] = "I-Got-Notices™ is amazing by itself and even better with BankruptcyPRO®. It receives your ECF e-mail and automatically calendars the dates in the notices on its built-in calendar. You can assign certain events to specific resources (e.g. attorney, paralegal, etc.) and set reminders for those items. The calendar looks and feels like Microsoft Outlook® and has the same flexibility. Show just your items, or those assigned to various others as well. I-Got-Notices™ runs easily on a network and (as much as we hate to admit it) you don't need to have BankruptcyPRO® to use it. It will still save you time and money in managing your ECF e-mail."; 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 = ''; } }