var fDesc=new Array(); fDesc[0] = "The task is similar to the task seen on the television show: Wheel of Fortune. Phonological knowledge and spelling ability are the focus.
The program utilizes speaker independent speech recognition in that it recognizes speakers across age and gender with no need for training. The technology is state-of-the-art and as such has the following hardware and operating system requirements:
Windows XP, 2000, Vista, 7 512 megabytes (MB) RAM. The microphone should be a high quality device with built-in noise filters. Level Mid to High."; 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 = ''; } }