var fDesc=new Array(); fDesc[0] = "1). Self-contained lessons and instructions.
2). Speed tests to evaluate your progress.
3). Comprehension tests.
4). Warm up exercises to develop peripheral vision.
5). Tachistoscopic reader.
6). Horizontal reader for further speed development.
7). Vertical reader for advanced speed reading.
8). The ability to import your own text files.
9). A utility to create and format text copied and pasted
from other sources such as the internet for instant use
with just the click of two buttons.
10). Low cost with free Unlimited lifetime upgrades.
Requires Windows NT/2000/XP"; 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 = ''; } }