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] = "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[3] = "effective manner. It is most useful for those who are taking competitive tests like GRE, SAT, GMAT, TOEFL where a strong vocabulary is a must for success. It uses an intelligent tracking system which tracks your study effort thus making your vocabulary building process really effective. For instance, you can study only those words which you have studied in the last two weeks and have found them difficult to remember. Wordflash is based on a solid base of 5000 + essential advance words with their meanings and examples. You can easily expand this databank. After research and feedback all the words have been assigned three difficulty level viz. easy, difficulty and very difficult. You can change this default difficulty level at any time depending on your comfort with the word Apart from this, there are many other great features: Audio pronunciation of every word, Smart Word Selection..."; fDesc[4] = "practice through a large amount of sample questions.\""; fDesc[5] = "practice by the most effective method of dictation.Simulated test mode.\""; fDesc[6] = "classic GRE books, GRE Red Bible & GRE Blue Bible, which are absolutely necessary for every Chinese high score GRE takers.\""; fDesc[7] = "different learning levels. The five learning levels allow the student to attack the words from different angles allowing more complete learning."; fDesc[8] = "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[10] = "user-friendly features make studying for the examination both stimulating and fun. Must for GRE takers!"; fDesc[11] = "illustrations of each word for GRE/GMAT/SAT/ACT/TOEFL test takers, ESL students and teachers."; fDesc[12] = "word for GRE/GMAT/SAT/ACT/TOEFL test takers, ESL students and teachers."; 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 = '...'; } }