var fDesc=new Array(); fDesc[0] = "ReportCard2.0 is a state-of-the-art, complete curriculum management system which assists every teacher to plan lessons, record assessments and produce professional and accurate reports for parents.ReportCard2.0 has been developed by teachers, for teachers, and is used by many leading Government and Independent schools with students of all ages. Over ten years, ReportCard2.0 has been proven to significantly improve the teaching and learning environment in schools, through structured lesson planning, efficient recording of assessments and meaningful analysis and validation of results. Schools are able to ensure consistently high standards of assessment and reporting using ReportCard2.0 Producing high quality, professional reports does not have to be time consuming. Teachers using ReportCard2.0 can complete a class set of reports in just one hour, far less than before ReportCard2.0 Using ReportCard2.0 could not be simpler, after just 30 minutes of training teachers are ready to go."; 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 = ''; } }