var fDesc=new Array(); fDesc[0] = "Clinicians can rest assured that through the logical workflows our software drives positive health outcomes for patients. Medical Director is used in many clinical settings, including general practice, hospital pre-admission clinics, specialist practices, allied health and multidisciplinary clinics. Medical Director is the flagship product of Health Communication Network, a company dedicated to Australia’s eHealth strategy and implementation of those projects that drive positive health outcomes."; 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 = ''; } }