var fDesc=new Array(); fDesc[0] = "The Noah Questionnaire Module is a free Noah add-on that allows you to complete, store, and retrieve industry-standard questionnaires to assist in the provision of evidence-based hearing health care. It supports the International Outcome Inventory - Hearing Aids (IOI-HA) questionnaire and the COSI and APHAB questionnaires. The add-on is designed with the cooperation and approval of the original authors, and includes complete instructions and academic references."; 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 = ''; } }