var fDesc=new Array(); fDesc[0] = "Mind's Eye Medical Office 98 is designed for the small to medium sized health care office to schedule and track patient information, patient visits, as well as patient insurance information, billing and payments making it easier to run your office.
Main features:
- Simple to install and easy to use
- Powerful patient data tracking and searching capability. Simply type a patient name or street address to find a patient in the patient information form.
- Patient scheduling is integrated into the Mind's Eye Medical Office.
- Open multiple patient forms simultaneously allowing you to find information about another patient and then quickly return to the previous patient before you were interrupted.
- Instant access to all patient information on one easy to use form. Just click on the tab for the data you’re looking for."; 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 = ''; } }