var fDesc=new Array(); fDesc[0] = "Free GRE Practice Test is a desktop application which prepares you for the GRE test. It consists of 60 questions in 3 subjects: Analytical, Quantitative and Verbal. The correct answers will be displayed so that you can compare your answers with the correct answers and this gives you a good view of your weak points."; 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 = ''; } }