var fDesc=new Array(); fDesc[0] = "RM Tutor helps teachers improve the efficiency of ICT teaching by centrally instructing students on their computer. Maintain student focus by monitoring application and web usage, track language lab audio activity, improve support through online help and chat requests and save time by automatically sending and collecting work files or quickly polling the class and showing instant results.

RM Tutor 5 powered by NetSupport®, is the latest version of this essential tool for Community Connect 4 and is Windows 7 compatible."; 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 = ''; } }