var fDesc=new Array(); fDesc[0] = "ParScore is a comprehensive, easy-to-use test scoring software solution. It features an electronic gradebook, subtesting capability, user-defined mastery reports, and district-wide test score management. Teachers can score up to 26 versions of tests with up to 200 questions each and evaluate up to 26 responses per item. With ParScore, teachers can easily create a gradebook and reporting folder that includes attendance tracking for each student. It is a perfect tool to monitor individual student growth and understanding of course material."; 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 = ''; } }