var fDesc=new Array(); fDesc[0] = "You can download the demo version to check out the software's features. Kindly take note that the demo version is a crippled version and does not have complete functionality.
Product Features
For Windows only. Macintosh and Linux not supported.
Two-stage learning.
Stage 1: Develop mastery over simple mental math. Perform multiplication, division, doubling, halving, addition, subtraction, odds & evens, numbers & tens, units & tens ALL MENTALLY.
Uses timed flash system: question appears, time delay elapses, answer flashes.
Stage 2: Learn speed math techniques: Speed Addition, Speed Multiplication, Speed Division, Squares, Square Roots. Speed multiply basic numbers using simple rules.
Dynamically generated questions. No limit!
User-controlled timing system in stage 1. Allows those weaker in math to increase the time delay before answer flashes. Reduce time delay as you improve.
Best time tracking in stage 2. Tells you how good you are getting.
Traffic lights performance system: Lights change according to built-in score levels for Beginner, Intermediate, or Advanced. Customizable.
Custom questions: Create your own questions.
Sound enabled: Get cheered as you practice.
Numeric keypad speed typing. Learn not to look at the keypad while keying in numbers at high speeds. Develops typing speed while tracking performance.
On-line help to teach Trachtenberg's system."; 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 = ''; } }