var fDesc=new Array(); fDesc[0] = "WordQuiz is a learning tool that uses the flashcard concept, but also offers several other useful features. It is being used successfully throughout the world by both schools and individuals of all ages.
WordQuiz is available for both Windows and Mac OS X. Linux users should use KWordQuiz. iPad users can use WordQuiz for iPad to practice on their vocabularies. WordQuiz fully supports Unicode, making it truly possible to practice any language.
Use WordQuiz to learn the vocabulary of a new language, or practice medical, legal, or any other terminology. The options are almost endless and with its powerful functions WordQuiz is a tool for very efficient learning. The Features page tells you more.
You can view several screenshots that will help you to evaluate the simple and intuitive interface.
WordQuiz for Windows requires Windows XP or newer. It has been tested on Windows XP, Vista, and 7. For Mac OS X WordQuiz has been tested on Snow Leopard and Lion."; 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 = ''; } }