var fDesc=new Array(); fDesc[0] = "PowerAFA - Aphasia, speech and brain injury treatment software.
Features and benefits. PowerAFA is an Aphasia, speech and brain injury treatment software, that improves words and letters recognition and other skills in aphasic patients. Software is composed by a great variety of exercises: sound's exercises, image recognition's, word and letter exercises, verbs and actions recognition and so on. Software can manage different patients, with different level of difficult and personal settings. An animated assistant helps and stimulates patients during the execution."; 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 = ''; } }