var fDesc=new Array();
fDesc[0] = "One of the products in popular Test Conqueror Series. High score guaranteed. Famous teachers' recommendation.
-Skill and Speed Practice Module: Practice group reading by Flash Mode, Hiding Mode, Forcing Mode, and Normal Mode. Adjust the speed at will. Come up to the qualified TOEFL iBT reading speed gradually.
-Library of Tested Articles Module: Complete collection of tested articles(OG, TPO etc.). Test any article at any time.
-Simulated Test Module: Test your Reading skills in a simulated environment by tested articles in the past(OG, TPO etc., 68 essays in total). You can compare and analyze your answers and correct answers.
-Special Vocabulary for Reading Module: Important vocabulary for TOEFL iBT Reading, including core words, word pairs tested frequently, common words with special meanings, and essential prepositions.
-Valuable Materials Module: Collection of striking summaries by famous teachers, including Answering Skills, How to Conquer Ten Types of Question, How to Rule Out Wrong Options Quickly, How to Make Notes, etc.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}