var fDesc=new Array(); fDesc[0] = "Netop School6 is the premium classroom management software for today's networked classrooms and computer labs, providing powerful tools for lesson preparation, teaching and evaluation in one complete solution.
It has all the tools you’d expect from a classroom management software: screen-sharing, remote control, application launch, and more. You use it to demonstrate directly on your students’ computers, supervise their work right from your desk and offer guidance screen-to-screen. It lets you filter Internet access and choose which applications your students can use."; 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 = ''; } }