var fDesc=new Array(); fDesc[0] = "NetSupport School is a classroom management solution with collaboration, monitoring, control, and assessment features. It allows teachers to stream a virtual whiteboard with students' computers for real-time instruction. You can also share the desktop, selected applications, and videos to selected students. Screen annotation tools and screen recording features are also present."; 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 = ''; } }