var fDesc=new Array(); fDesc[1] = "effective way. This multi-user application is highly recommended for those people who want to prepare their GMA, GRE, SAT admission tests or TOEFL examination test. This program is suitable for native and international students alike, or anyone interested in expanding his/her vocabulary."; fDesc[2] = "these games are brainy games. Brain Workout presently has verbal, numerical, spatial, memory and logic types of games. Under Verbal category you will find games of Anagrams, Spelling Test, Split Words, Word Ladders, word Search and Word Wise to enhance your English vocabulary."; fDesc[3] = "and download it directly from the developer's website. It shows us English grammar, English vocabulary, how to express ourselves in English and be understood, and understand the language when we listen to it."; fDesc[4] = "Thesaurus. The dictionary contains 240,000 words, phrases, and concise definitions, with over 1,800 brand new words from Oxford's new word research."; fDesc[5] = "speech. Developers defined its main purpose as helping children to learn English vocabulary. Speech Synthesizer 5.0 doesn’t need a lot of system resources and can be used on any of the following Windows based Operating Systems: Windows 98, Windows Me, Windows NT, Windows 2000 and Windows XP."; fDesc[6] = "dictionary is set up with the examination point of view which is easy to use and an effective tool for a user to prepare for the examinations. This dictionary serves as a user friendly interface. The existing data can be edited and one can add his/her own data in the dictionary."; fDesc[7] = "spelling with this excellent program. The aim of the game is to build as many words as we can in the least possible time, from a provided set of six letters."; fDesc[9] = "anything. You can create any number of flash card sets and print on any printer. There are also five testing modes, so you can study on your computer."; fDesc[10] = "like learning new words, and even for those who want to improve and build up their English vocabulary. The game basically consists in finding synonyms or antonyms for a preset word, until the vertical list of words is complete."; fDesc[11] = "technology that gives you 7 easy strategies to boost your vocabulary by 1000 words or more in as little as 10 minutes per day."; fDesc[12] = "and fun activities. It allows users to learn and study many English words while playing Pacman-style and shooting games. The program can benefit advanced and intermediate English learners, who can review their English vocabulary."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }