var fDesc=new Array(); fDesc[0] = "The ESET Remote Administrator Agent is a new and essential component of ESET Remote Administrator (ERA) 6. The ERA Agent facilitates all communications between client computers (both endpoints and servers) with ESET products installed and the ESET Remote Administrator Server (ERA Server).

The ERA Agent is required for the remote management of client computers via ERA. The ERA Agent stores and enforces policies for the client computer on which it is installed with or without an Internet connection. This allows client computers to respond more quickly to threats, and eliminates the risk of a client becoming vulnerable to a threat if it cannot communicate with the ERA Server.

The ERA Agent can be deployed to client computers from ESET Remote Administrator Web Console, or by downloading the ERA Agent installer file."; 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 = ''; } }