var fDesc=new Array(); fDesc[0] = "Analyzer Standard enables you to see ALL employee Internet activity and helps you maximize productivity, identify Internet misuse, minimize costs and reduce legal liability.
You can import log files, that your Internet proxy server or firewall generates, into Analyzer Standard and conduct detailed investigations into all areas of your organization's Internet usage. Analyzer Standard enables powerful drilldowns into data and clearly identifies who did what, when, for how long, the information accessed or downloaded."; 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 = ''; } }