var fDesc=new Array(); fDesc[0] = "ProxyInspector for WinRoute is a cost-effective solution for analysis of your corporate Internet connection usage. It works with popular WinRoute firewall to retrieve from its HTTP proxy & mail servers log-files comprehensive information about you employees' behavior on the Internet. It will provide you with visual easy-to-understand reports on users activity, visited sites, incoming & outcoming mail etc. Key features of the program include: support for WinRoute versions 3.x and 4.x, Pro edition; ability to store the data retrieved from log-files in own database, which enables administrator to create reports for long periods of time; interface with Interbase server database to provide outstanding reliability; works on any computer in your LAN; easy wizard-style setup; embedded HTML viewer; ability to create individual reports on each user, group, client IP address, host etc; traffic analysis, including distribution between users, groups, client IP addresses and hosts; ability to create reports for any custom period of time and reuse the once created reports; various interface languages (currently English and Russian). The registered version of the software can also export reports to HTML, print reports from embedded browser and send them via email (SMTP)."; 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 = ''; } }