var fDesc=new Array(); fDesc[0] = "CMS-1500 Collections Software is a great choice for collecting on all of those outstanding Invoices that are just not getting paid. Used by Medical Providers as well as Collection Agencies, our software can be used for all of your collection needs. We all know that collecting on unpaid invoices is a time consuming and costly process, so why not let this software do the work?"; 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 = ''; } }