var fDesc=new Array(); fDesc[0] = "Doctor's Office - Medical Practice Management
is a flexible and complete application, which can be customized for the user's needs and is intended for the Doctor and the Physician who needs an advanced tool to manage the office.
It is the result of years of collaboration with Doctor's Offices, Private Practices, and their Secretaries and is continually being developed thanks to the suggestions of every new client, keeping the goal of improving the medical practice management."; 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 = ''; } }