var fDesc=new Array(); fDesc[0] = "RM Tutor™ Location Link is the upgrade for RM Tutor™ 3 powered by NetSupport®, that by default restricts teachers to only see the workstations in their location. Currently RM Tutor 3 allows teachers to see and control all of the workstations on the network. RM Tutor Location Link requires no configuration and stops RM Tutor 3 searching the whole network for workstations each time it is started by a teacher. It also prevents teachers from controlling workstations that are not in their location by default. For example, if a teacher is in room 1 with Location Link and RM Tutor 3, they will only see the workstations in room 1."; 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 = ''; } }