var fDesc=new Array(); fDesc[0] = "This is the examination taken by candidates in their last stage of Secondary School Education. The SSCE is in two categories. One is for candidates in the third and final year of their senior secondary education and it is called SSCE Internal, while the Second is SSCE External and is for candidates not in the School system, i.e. Private Candidates. You can download and install this patch if you encounter general application errors on the Data Capture Operators Version of SSCE Offline Registration Application."; 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 = ''; } }