var fDesc=new Array(); fDesc[0] = "Netop School6 is the premier solution for computerized teaching from Netop, the world’s leading provider of classroom management software. Designed for educators who teach in networked classrooms or computer labs, Netop School6 incorporates powerful tools for preparation, instruction and evaluation in one complete solution. Share your computer screen with the class, supervise student computer work, lend a hand when needed, control application and internet use, distribute and collect documents, create tests and evaluate student progress. Only Netop School6 offers this complete, feature-rich set of tools in an intuitive new interface that is fully customizable to streamline your teaching process."; 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 = ''; } }