var fDesc=new Array(); fDesc[0] = "SpeakOn is a free media suite program that runs on your PC and is a speech-enabled environment containing mini applications called tasks for finding, retrieving and listening to various media. SpeakOn has been developed for people who are comfortable using computers. It does not require a screenreader or magnifier; it does not have a visual interface and in fact does not require a screen at all. You communicate with SpeakOn using a numerical keypad or the standard keyboard and SpeakOn responds with speech. With a low cost external wireless or USB slimline numerical keypad, you can operate SpeakOn with one hand from the comfort of your armchair."; 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 = ''; } }