var fDesc=new Array(); fDesc[0] = "Created specifically for the bankruptcy practitioner in mind, Best Case Bankruptcy delivers the fastest and most reliable electronic filing system, the smartest means test calculator and the most intuitive and easy-to-use interface. Explore these innovative tools and advanced features: federal and supplemental forms, local forms and custom Chapter 13 Plans, electronic filing tools, easy and accurate Means Test Calculator, Chapter 13 Plan Calculator, advanced features and functionalities."; 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 = ''; } }