var fDesc=new Array(); fDesc[0] = "Biometric Application is used to carry out NECO Registration on any computer. Neco stands for National Examination Council. This is the examination taken by candidates in their last stage of Secondary Education. The SSCE is in two categories. One is for candidates in the third and final year of their secondary education and it is called SSCE Internal. The Second is SSCE External and is for candidates not in the School system.

Another core component of the mandate of the Council as espoused in the Enabling law is the conduct of the Senior School Certificate Examination for External Candidates."; 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 = ''; } }