var fDesc=new Array(); fDesc[1] = "browser settings on the client computer. It give the possibility to test the availability of ISA Server and print out of Firewall client configuration settings. This enables you to create a firewall policy in the organization."; fDesc[2] = "program offers advanced services, IP filters, and you can restrict access to your local NAT, or password protect it as well. The program has an internal web-server and provides four types of logs."; fDesc[3] = "scripting, Google hacking & other web attacks. WVS can analyze websites using SOAP & AJAX and includes PCI Compliance reporting"; fDesc[4] = "critical performance issues in your web site or web server that may prevent optimal experience for your site's visitors.This incredible software allows you to test your web server performance under normal and excessive loads."; fDesc[5] = "your website like website uses, user activity, access statistics, visitor’s browser and other information in a detailed way. It’s very small in size and freely available. It supports log files of all common web servers."; fDesc[6] = "entertainment and completing simple tasks. It can be useful for professional web designers and network administrators. This application was developed for automatic testing of web servers or testing connections to any computer from a local network."; fDesc[7] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports."; fDesc[8] = "reports. This website statistics software supports 430+ search engines from 120 different countries."; fDesc[9] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional."; fDesc[10] = "various languages output to screen, ftp, file directories or email."; fDesc[11] = ", security protected access for multi users. Secure File Upload, Remote Admin, Configuration Wizard, Resumable Downloads and Digest Authentication."; fDesc[12] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!"; fDesc[14] = "for users who have a slow dial up connection and speed ups the loading of pages on your site in general."; fDesc[15] = "extremely easy to perform complex queries and searches with your logs. Imports data into MS SQL Server or creates SQL-insert scripts."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }