var fDesc=new Array(); fDesc[0] = "A program to help you accelerate the speed at which you can read text. Words are presented to you one at a time, in the same position, stopping your eyes from having to shift and refocus on every word as they would on a normal paragraph or line.

Also the human brain is much more suited for handling a serial stream of data. Infact the only way your brain handles text is by breaking it up into a serial stream before parsing and interpeting it. Speed Reader pre-processes and serializes text, saving your brain from having to do it itself."; 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 = ''; } }