var fDesc=new Array(); fDesc[1] = "cards, sound, in-depth statistics, and solitaire for points in solitaire quests."; fDesc[2] = ", but will immediately update to version 8.5.0.4. This program is dedicated to promote web sites in 19 different search engines. It also contains website maintenance software, and web optimization software tools."; fDesc[3] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear."; fDesc[4] = "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[5] = "details. Tracks teams, players and referee stats. Generates statistics tables, result prediction. Includes a Web site creation feature."; fDesc[6] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports."; fDesc[7] = "usage, referrers, browsers, download, search terms and error messages. Built-in FTP browser and support for GZ compressed log files."; fDesc[8] = "models, referrer sites, hits and hosts per day, visitor counter, most popular search engines and keywords. Easy to use, very fast."; fDesc[9] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional."; fDesc[10] = "analysis makes it clearly different from any other web log analyzer. In other words, analyze your web logs like never before!"; fDesc[11] = "customers by providing live web chat. PLUS - get detailed web analytics reports from the SQL database back end."; fDesc[12] = "various languages output to screen, ftp, file directories or email."; fDesc[13] = "site's traffic to life, casting your visitors as animated characters in a virtual city. Dozens of reports. Integrated Live Help. Click analysis + more."; fDesc[14] = "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[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 = '...'; } }