var fDesc=new Array(); fDesc[0] = "LanAgent Standard performs two tasks that are vital for any company today: employee surveillance to ensure productive work time use and data leak prevention for confidential information. This is possible thanks to the application's activity monitor, which keeps a close eye on all activity on the corporate network.

LanAgent shows a full breakdown of how employee work time is spent, indicating how much time each employee has spent on computer games, instant messaging, and work-related tasks. Our employee tracking software both keeps employees on-task and promotes optimal time management. Another valuable feature in LanAgent Standard is its careful monitoring of the routes by which confidential information can be smuggled out of your company: removable disks, corporate email, social networks, instant messengers, and printing. This means that you can pinpoint leak attempts and stop them before damage has been done."; 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 = ''; } }