var fDesc=new Array(); fDesc[0] = "The Secondary School Leaving Certificate Examination, famous as SSLC, is held by the Karnataka State Board. This exam marks the end of secondary schooling of a student. On successful completion of the class X exam, a student is able to get this certification. The performance of the students in SSLC is a deciding factor in getting admission to Higher Secondary School of his choice."; 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 = ''; } }