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[3] = "classic GRE books, GRE Red Bible & GRE Blue Bible, which are absolutely necessary for every Chinese high score GRE takers.\"";
fDesc[4] = "connections and vital IP statistics and examine individual packets.";
fDesc[5] = "word for GRE/GMAT/SAT/ACT/TOEFL test takers, ESL students and teachers.";
fDesc[9] = "different learning levels. The five learning levels allow the student to attack the words from different angles allowing more complete learning.";
fDesc[15] = "user-friendly features make studying for the examination both stimulating and fun. Must for GRE takers!";
fDesc[16] = "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 = '...';
}
}