var fDesc=new Array(); fDesc[0] = "SmartLearn JAMB 2014 is an e-Learning tool to prepare you for JAMB. It has got over 25,000 solved past questions and answers with full explanations to prepare you for a successful exam. In each question, you have the ability to drop a comment and also read comments from other students and professionals. After taking some exams, you can relax for a while and play a game which utilizes the same type of questions from the exam. This makes learning more exciting."; 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 = ''; } }