var fDesc=new Array(); fDesc[0] = "MedicalDirector Insights is a practice population health tool that is securely integrated with MedicalDirector Clinical. It aims to assist the practice in improving the quality of patient health outcomes and practice accreditation. The graphs, charts, and reports essential for analysing population health are all defined in accordance to clinical measure standards defined by Improvement Foundation."; 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 = ''; } }