var fDesc=new Array(); fDesc[0] = "Enter all your tax lien (or deed) and county information into one easy-to-use database. From there, you will always be able to locate and track all your information on your tax lien investments.
You will also know how your portfolio is doing at any given time since the accrued interest and yield is automatically computed."; 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 = ''; } }