var fDesc=new Array(); fDesc[0] = "Rogue Detection Sensor (RD Sensor) is a rogue system detector tool that searches your network for computers. The Sensor is convenient because it can locate new computers from ESET Remote Administrator without the need to search and add them manually. Discovered machines are immediately located and reported in a predefined report, allowing you to move them to specific static groups and proceed with management tasks."; 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 = ''; } }