var fDesc=new Array(); fDesc[0] = "Tobii Dynavox Communicator 5 is a software package designed to help individuals with communication disabilities communicate more efficiently. Communicator 5 converts text and symbols into clear speech, and offers easy-to-use tools for computer access, e-mail, text messaging, telephone, environmental control and more.

For emerging communicators to literate adults, Communicator 5 comes with language content designed to match every AAC need., You can customize content through easy-to-use editing tools and communicate via text or symbols, as well as high quality speech for face-to-face communication."; 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 = ''; } }