var fDesc=new Array(); fDesc[0] = "Save monthly on your budget, by cutting the cost of hiring additional employees, office space and time used in your organization. Reduce invoicing and dispensing errors, by turning to the automated way of generating medical invoices and claims. Our team and our regional partners will assist you in setting up and maintaining your implementation.

Use the enhanced patient workflow and increased productivity, to ultimately increase the number of patients served per day. With your database on premise, no third party can peek and read your sensitive information, like business financial or patient records. Save on the long term with flexible payments taylored to your organization."; 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 = ''; } }