var fDesc=new Array(); fDesc[0] = "DrillAssistant can test your ready knowledge, so your study becomes more pleasant and leads to better scores.
Any facts to be learned by heart, can be trained with this program. For example: foreign language words, facts, or whatever you want to learn by heart, because you can fill in the test tables by yourself.

Main Features:
- Exchange questions and answers. Handy with foreign language words.
- Repeat wrongly answered questions until the are good.
- Allow little misspellings during fill in
- Do a spot check from the complete list
- Save all questions answered wrong more than once in a separate table, for extra test later.
- Load more tables at once.
- Intelligent multiple choice function searches for equal sounding questions/answers."; 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 = ''; } }