var fDesc=new Array(); fDesc[0] = "Medisoft Advanced Patient Accounting offers the tools you need to manage your physician practice. You can use the program to streamline your patients' accounts in an easy-to-use system.
Medisoft Advanced allows you to create a treatment plan for insurance approval and easily track allowable visits. It also lets you view the entire patient ledger at a glance as well as find the account balance for each patient or family account at your fingertips, stay on top of critical issues with user-defined color-coded transactions, such as credit balances and patient payments, Stay on top of critical issues with user-defined color-coded transactions, such as credit balances and patient payments, and dramatically cut posting time by posting payments that span different patients and dates all from one screen."; 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 = ''; } }