var fDesc=new Array(); fDesc[0] = "Patient Manager is a practice management and electronic medical records app for Windows OS.

Main features:
- Track health records like consultations, diagnostics, and treatments.
- Attach images and documents to the patient records.
- Print and Export the medical prescriptions of your patients in an elegant format.
- Take control of your financial documents."; 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 = ''; } }