var fDesc=new Array(); fDesc[0] = "In addition to being a stand-alone product, this is the central application in the Probate Triple Pack that lets you take probate information, export it to the Ohio Estate Tax program
Ohio Estate Tax (WOET) is an easy-to-use and reasonably priced program specially created for small and medium-sized law offices."; 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 = ''; } }