var fDesc=new Array(); fDesc[0] = "Gradekeeper makes dealing with grades easy!
Enter assignments and scores and let Gradekeeper do the rest. Gradekeeper computes grades, does seating charts, prints reports, and sends email progress reports. Gradekeeper makes it easy to keep parents and students up to date.
Gradekeeper is easy on your budget too. An individual license is $20. A school license is $100. A district license is $500. All licenses allow you to use Gradekeeper at school and at home. Licenses do not need to be renewed each year. And you can update to new versions without paying again.
More than 4000 schools and 100 school districts across the United States and Canada use Gradekeeper."; 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 = ''; } }