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[5] = "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[8] = "practice through a large amount of sample questions.\""; fDesc[9] = "practice by the most effective method of dictation.Simulated test mode.\""; 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] = ", who decide to take it. The software product comprises a dictionary which includes the most used words in the test and the state-of-art computer methods for memorizing them. Also it will help you to increase your results. Generally you can learn more than 760 words from all themes included in the exam. The unique advantage of �Koral TOEFL Dictionary� is the fast searching and finding process of exactly word and the described learning method, which safes time and increases results in preparation process."; 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 = '...'; } }