var fDesc=new Array(); fDesc[0] = "ClinicPlus is a Complete Clinic Management Software . It covers the complete work flow a GP (General Practitioner) and Specialist Clinics. This user friendly yet comprehensive software solution will tremendous amount of work load for the clinics. With this great tool, clinics can drastically reduce the administration and management hassle and dedicate their time to providing quality healthcare services.
General features:
-User friendly Graphical Interface
-Applicable to GPs and specialist clinics
-Clear & straight forward workflow
-Short leaning curve & training requirement
-Mature software application, tested and adopted by over 200 clinics nationwide
-Effective training materials & user manual
-On-line software update
-Flexible search to retrieve patient records, charges history , MC history & etc"; 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 = ''; } }