var fDesc=new Array(); fDesc[0] = "MDbay is a Medical Billing Software offers an easy to use Windows interface featuring an integration of Medical Billing, Appointment Scheduling, Patient Record, Tracking Receivables, Managing Expenses and Generating Customized Reports.
MDbay is a Multi-User Medical Billing Software, Medical Office Billing Software and FREE Medical software for solo or 2-8 Medical Practice that contain all the Financial, Clinical, and Operational elements of a successful running Medical Office."; 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 = ''; } }