var fDesc=new Array(); fDesc[0] = "UniCharts EMR is an industry-compliant electronic medical record system, fully scalable to multi-specialty, multi-location situations. It is designed to handle multiple providers each having unique chart layouts yet allow sharing of common data such as patient demographic and insurance information. This EMR system allows physicians to customize charts and other sections to their personal preferences and requirements of their practice and specialty. It is currently being used in many different medical specialties including, but not limited to, Primary Care, Neurology, Podiatry, Cardiology, Pulmonology, Pain Management and Physical Medicine & Rehabilitation."; 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 = ''; } }