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] = "for all four of the IELTS sub-tests, which are: Listening, Reading, Writing, and Speaking. IELTS is an acronym for International English Language Testing System, and is an English test."; fDesc[3] = "practice through a large amount of sample questions.\""; fDesc[4] = "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[9] = "It is clearly arranged and easy to use."; fDesc[15] = "cutting edge technology, you can take part in an episode of a hugely popular English television show. Learn English as it's really spoken."; 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 = '...'; } }