var fDesc=new Array(); fDesc[0] = "Eurovocs Suite provides you with a complete solution for computer access and text based assistive and augmentative communication (AAC). Skippy, KeyVit and DocReader can be used and installed separately, but the three modules work perfectly together and offer a complete solution for text-based augmentative communication: the Eurovocs Suite.
KeyVit is an on-screen keyboard, which can be operated by mouse, trackball, joystick, scanning, head or eye tracking. It also supports mouse control, allowing you to start and use programs, open files, surf the internet, send e-mail, input text and more with just one switch."; 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 = ''; } }