var fDesc=new Array(); fDesc[0] = "ClinicGate is a Medical Software that offers an easy-to-use Windows interface featuring an integration of Medical Billing, Appointment Scheduling, Patient Record, Insurance Claim CMS 1500, Tracking Receivables, Managing Expenses and Generating Customized Reports And Graphic Reports. Besides the regular automation tool for all the patient needs, you can also use ClinicGate as a financial alternative as well."; 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 = ''; } }