var fDesc=new Array(); fDesc[0] = "Wordtrainer is a computer program developed to make it possible to learn words fast and easy. You write the words in the program and than you can practise them many times. The program can also be used by teachers to print lists to the students.
The words are saved in specially lists so you can practise them many times, which is good if you for example have the same words on a test. Than you have all the words in place and don't have to write them again and again on paper.

After every practise you get to see the result (number of right and wrong answers) and the ability to practise more on misspelled words.

The program supports special characters. That means that you can use special characters from other languages even if you don't have them on your keyboard. For example if you write German words than you would like to write"; 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 = ''; } }