var fDesc=new Array(); fDesc[0] = "Evaluate your students' keyboarding progress with this program's full array of testing assessment, and reporting features. Used independently or in conjunction with Type to Learn, this program contains 22 tests that begin with a home row review and conclude with typing symbols, punctuation, and number keys. Students have the choice of three testing styles and can select from five different content themes. Teachers can set individual and group performance goals, print fully scored tests on words-per-minute and percent accuracy, and reward students with beautiful completion certificates!"; 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 = ''; } }