var fDesc=new Array(); fDesc[0] = "With Easy Grade Pro you can create an electronic gradebook that can be used to store student information for all of your classes and subjects. It provides an abundance of tools to save you time and provides a wealth of information.
Easy Grade Pro 4.1 includes a wealth of features that will save you time and allow you to manage your student data your way.
A single gradebook can contain hundreds of classes or subjects in multiple terms. Each class includes charts for managing scores, attendance, seats, standards and more.
In most cases, only a single gradebook file is needed for an entire school year regardless of grade level.
Switch to any class or chart with a single mouse-click. Spend less time entering data and managing files."; 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 = ''; } }