var fDesc=new Array(); fDesc[0] = "RealGrade is a full-featured spreadsheet-like grading application designed by a university instructor to help faculty score, grade and report students' academic activates and exams quickly and efficiently based on the university grading scale. RealGrade automates the tasks involved in documenting, managing, calculating and reporting grades, and provides a number of functions to produce attendance reports and course statistics useful in evaluating student performance and communicating results to students and administrators more effectively. As universities are moving toward the electronic and digital era with success, RealGrade gives instructors the ability to spend more time planning instruction and less time having to do the time-consuming and traditional accounting work required when figuring scores and grades. Moreover, RealGrade has the ability to produce standard and professional-looking print-outs with ease for the whole class or individuals. With proper training for instructors and full-utilization of RealGrade, all tracking and grading tasks can be accomplished by bushing a few buttons."; 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 = ''; } }