var fDesc=new Array(); fDesc[0] = "Classroom Management Software is a program that includes a broad range of features to support effective teaching and learning – supporting interactivity and collaborative work, and providing tools to organize lessons and assess student progress. It allows you to organize students into virtual groups and facilitate group collaboration."; 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 = ''; } }