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[4] = "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[5] = "practice through a large amount of sample questions.\""; fDesc[6] = "practice by the most effective method of dictation.Simulated test mode.\""; fDesc[7] = "classic GRE books, GRE Red Bible & GRE Blue Bible, which are absolutely necessary for every Chinese high score GRE takers.\""; fDesc[8] = "different learning levels. The five learning levels allow the student to attack the words from different angles allowing more complete learning."; fDesc[10] = "act as repositories for a wide range of test items for specific topics. It allows you to create an unlimited number of TestBanks, with an unlimited number of test items that may include multiple choice, True/False, Fill-in and essay types."; 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] = "user-friendly features make studying for the examination both stimulating and fun. Must for GRE takers!"; fDesc[13] = "word for GRE/GMAT/SAT/ACT/TOEFL test takers, ESL students and teachers."; fDesc[14] = "illustrations of each word for GRE/GMAT/SAT/ACT/TOEFL test takers, ESL students and teachers."; fDesc[15] = "Practice of Writing, Practice of Synonym Replacement, Practice of Typing, Practice of Refining Sentence, Test Mode. ★Practice of Writing The process of improving the ability of writing is the process of learning from model essays for reference and digesting their essence. In this module, you can take advantage of a large amount of brilliant references and powerful templates to practicing writing effectively. Including: Collection of powerful Writing Templates, Classification and syllabus for"; 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 = '...'; } }