var fDesc=new Array(); fDesc[0] = "TestDriller UTME is a desktop computer application designed for Nigerian students preparing for UTME, Post-UTME, Unilag Foundation Entrance Exam, Distance Learning Institute (DLI) Entrance Exam, MBA/MPH/MPIA Entrance Exam among others. The program provides you the opportunity to practice past questions with answers and explanations, improve CBT skills, learn new words, learn math problem-solving tips, and many more."; 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 = ''; } }