var fDesc=new Array(); fDesc[0] = "NB Admit 2014 is a WGPA calculator and rank list generation tool for newly allotted Higher Secondary Schools in Kerala, where the single window system of admission will not be followed during the academic year 2014-15. It can be used to generate Open Quota, Community Quota, and Management Quota Rank Lists. This program lets you select between boards like SSLC, CBSE, ICSE, and THSLC, such that the grades/marks are properly converted using the right formula."; 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 = ''; } }