var fDesc=new Array(); fDesc[0] = "Medical Director contains the most comprehensive set of tools for clinicians in Australia. No other clinical software product matches the comprehensive set of clinical tools, summaries, assessments and resources contained in Medical Director. Most vendors in the Australian health market design and develop add on tools specifically for use with our products, proving that HCN products are accepted to be the most used products in the Australian health sector."; 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 = ''; } }