var fDesc=new Array(); fDesc[0] = "TheraManager™ medical office software, mental health software is the cost-effective practice management software of choice. It is all-in-one, intuitive, easy-to-use and customizable for any specialty. The software is inexpensively priced for both solo practices and large groups. The features include scheduling, electronic billing, electronic medical records (EMR), documents and electronic prescriptions etc. The program is being certified to meet the ONC-ATCB requirements."; 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 = ''; } }