var fDesc=new Array(); fDesc[0] = "US English Voices for Tobii Communicator comes with a high-quality speech synthesis engine that reads the texts that you produce.
US English Voices for Tobii Communicator package also includes close 15,000 SymbolStix symbols. For those unable to read or write, this software lets you use communication symbols or other pictures to support your interactions."; 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 = ''; } }