var fDesc=new Array(); fDesc[0] = "Arup's CGPA Computer Calculator, is a Spreadsheet Software package based on Microsoft Excel that calculates the CGPA (Cumulative Grade Point Average) for the University students who are undertaking an Hon’s or Master’s degree under semester system that follows the CGPA method to calculate results of individual students. This software package is designed for the University students, particularly those Universities that follow the CGPA method. At present majority of the Universities around the world use the almost same CGPA method. Thus Arup’s CGPA Calculator is applicable in anywhere in the world where a student or a teacher needs to calculate CGPA to obtain the final or mid-semester results."; 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 = ''; } }