var fDesc=new Array(); fDesc[0] = "The ReportDirector is a module of ReportCard2.0 designed for administrators and the senior staff of a school. It streamlines the entire reporting process. ReportDirector means putting you in control, improving the quality of your reports, and making life easier for senior teachers.

The ReportDirector is flexible, as the entire program can be transferred to any computer that has a USB drive. Each senior teacher is assigned a particular set of work to check, and this can then be exported onto a USB disk, which can then be taken away and imported into any other computer with ReportDirector installed. This flexibility allows you to edit and check your students’ results anywhere you like, whether it’s at school, or in the comfort of your home."; 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 = ''; } }