var fDesc=new Array(); fDesc[0] = "These days just taking care of patients is not enough. To effectively manage the business side of healthcare you need Visionary OFFICE™ PM. Visionary OFFICE™ PM offers an easy to use Windows interface featuring a seamless integration of Medical Billing, Appointment Scheduling and Patient Information, providing the physician a tool that contains all the financial, clinical, and operational elements of a successful running practice."; 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 = ''; } }