var fDesc=new Array(); fDesc[0] = "Antamedia Medical Billing software is complete solution for efficient, reliable and modern management of your clinic, hospital or medical practice. It’s all-in-one software that offers many features which helps in everyday work.

It’s core component, electronic medical records EMR (electronic patient records), helps you in storing, keeping, analyzing and editing every single info on your patients. It comprises good and flexible way of appointment scheduling, general and individual reminder options, used both for all your employees of just your own. Integrated billing module allows payments in two currencies. Detailed reports and statistics shows your cash flow, management expenses and income. The integrated language translator helps you translating the language you prefer to have your software in."; 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 = ''; } }