var fDesc=new Array(); fDesc[0] = "Prepa CBT is a program that helps you prepare for JAMB (UTME), POST-UTME, and PRE-DEGREE examinations. It gives a clear understanding of the CBT environment. This package contains more than 30,000 comprehesive past questions and answers. You can study individual subjects in Practice Mode to get familiar with questions that are repeated yearly.

After each test it can generate a graphical representation of your performance. This helps to keep track of how well you are improving, as you prepare for the final examination."; 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 = ''; } }