var fDesc=new Array(); fDesc[0] = "Sycle is the only NOAH certified web-based patient management software in North America. The integration is second to none and allows you access to all of your test results and fitting information – anywhere, anytime. Sycle NOAH Sync allows you to launch NOAH directly from within Sycle, sync audiometric data from your PC based audiometer, and automatically save it to your patient file in Sycle."; 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 = ''; } }