var fDesc=new Array(); fDesc[0] = "CogniTrainer is a small computer program ("cognition" - the mental act or process by which knowledge is acquired) that helps you to memorize new words or any other terms, formulas etc. You can create and edit several dictionaries and store unlimited number of words there and then let the CogniTrainer remind you the words in the special "Reminder Strip" (see the picture above) - small always-on-top window that you can move into any place on your screen.
User interface of the CogniTrainer can be easily localized to any language (the default language is English). Click here to see full list of supported languages and download the necessary one.
Other useful feature of CogniTrainer are:
1. Reminder mode - the program can remind you the words at intervals such as twice an hour or five times a week by showing a "flash card" for the word;
2. Exam mode - lets you check yourself on how did you grip words you learn;
3. Statistic of right and wrong answers for each word in your dictionary;
4. Export/Import operations allow to export/import dictionary to/from text file;
5. Flashcard customization - you can assign color of window, font, work mode, etc;
6. Transcription for words;
7. Ability to save sound (e.g. articulation) for each word in the dictionary."; 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 = ''; } }