var fDesc=new Array(); fDesc[0] = "Use your keyboard faster than you ever imagined! With Active Typing for Windows touch typing tutor you will learn to type many times faster without typing errors.
Active Typing contains a complete touch typing course with 14 chapters. In addition it has fun typing games, smart review wizard and progress graphs.

Outstanding Features

- Complete touch typing course with 14 chapters
- Additional numpad course (FREE)
- Three fun typing games
- Smart review wizard that detects your problem keys
- Graphical progress statistics
- Adjust the duration of the chapters
- Printable progress report
- Story typing to test your real typing speed
- Unlimited number of users"; 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 = ''; } }