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] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports."; fDesc[3] = "reports. This website statistics software supports 430+ search engines from 120 different countries."; fDesc[4] = "Protocol (FTP) site. The application offers real time monitoring and data information during all the FTP transfers, it sends emails to the Server administrator when transfers processes are finished or determined events are detected, etc."; fDesc[5] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional."; fDesc[6] = "various languages output to screen, ftp, file directories or email."; fDesc[7] = ", security protected access for multi users. Secure File Upload, Remote Admin, Configuration Wizard, Resumable Downloads and Digest Authentication."; fDesc[8] = "statistics, activity of visitors, referring sites, search engines, errors, and much more."; fDesc[9] = "Microsoft Exchange Server logs and creates comprehensive reports either on the whole mail system or on individual mail accounts."; fDesc[10] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!"; fDesc[11] = "using SQL queries. Web Log DB allows you to use the applications you have become accustomed to such as MS SQL, MS Excel, MS Access etc."; fDesc[13] = "extremely easy to perform complex queries and searches with your logs. Imports data into MS SQL Server or creates SQL-insert scripts."; fDesc[14] = "Search engines are doing."; fDesc[15] = "web server and a live Virtual File System to incorporate all your file and folders without moving any data."; 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 = '...'; } }