var fDesc=new Array();
fDesc[0] = "GRE-GMAT-LSAT Reading Conqueror is one of the products in popular Test Conqueror Series.
Main Features :
- 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 GRE/GMAT/LSAT reading speed gradually.
- Library of Tested Articles Module: Complete collection of tested articles. Test any article at any time.
- Simulated Test Module: Test your Reading skills in a simulated environment by tested articles in the past. You can compare and analysis your answers and correct answers.
- Special Vocabulary for Reading Module: Important vocabulary for GRE Reading, including abstract words, attitude words, and transitional words.
- Valuable Materials Module: Collection of striking summaries by famous teachers, including Answering Skills, How to Rule Out Wrong Options Quickly, How to Make Notes, etc.
- A one-stop tool for GRE/GMAT/LSAT Reading: Take full advantage of GRE, GMAT, and LSAT articles to prepare for any kind of reading test. They share the same test structure and basic idea.";
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 = '';
}
}