var fDesc=new Array(); fDesc[0] = "SpeedRead is a tool for increasing your ability to read and retain information. SpeedRead can read an text file and display the words sequentially. The user can adjust rate words are displayed, the number of words displayed at a time, and the minimum number of letters to qualify a word.

A performance counter clocks the actual number of words displayed, the total time and time between word groups. Teachers or users can also later test reading comprehension by administering a quiz based on the material displayed. SpeedRead is a useful tool for improving reading comprehension tests such as the SAT, PSAT MCAT and LSAT."; 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 = ''; } }