var fDesc=new Array(); fDesc[0] = "Master Grade is the culmination of extensive software development, field-testing, and research into usability and satisfaction of existing teacher gradebook software. The results of these efforts is a truly intuitive gradebook.application.

Main features:
-User Interface - redesigned user interface integrates navigation bar and provides full compatibility with Macintosh

-Unlimited Classes and Students - Master Grade allows for unlimited classes and students to be stored in one gradebook file

-Enhanced Student Details - mark students active/inactive, add student notes, email addresses, and photos

-Flexible and Simplified Reporting Periods - add unlimited reporting periods and exam periods as required .

-Customizable Letter Grade and Special Scores

-Enter Assignment Scores and View Student Progress

-Manage Attendance Effectively - customize attendance symbols and the date range of reporting periods

-Visual Seating Plan - add custom images of students or download automatically available images from student network

-Comment Database - improved editor and 150,000 word spell checke

-Enhanced Term Reports - collect calculated scores from any reporting period in preparation for data export to school information systems

-Integrated Notes - Master Grade has integrated notes that allow anecdotal information to be recorded and reported

-Improved Printing - New print engine with preview enables fast and flexible reports.

-Email Reporting - New email engine delivers individual progress reports."; 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 = ''; } }