var fDesc=new Array(); fDesc[0] = "Doctor's Office 2014 is ideal for private practice management. It features an Outlook-style schedule and patient list, visits archive with multimedia and keywords, billing and reports, drugs database and recipe creation, etc. This program comes with Italian national database of over 55000 drugs.

Doctor's Office 2014 allows you to connect together Secretary and Medics to share the same data, and to exchange messages."; 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 = ''; } }