var fDesc=new Array(); fDesc[1] = "usage, referrers, browsers, download, search terms and error messages. Built-in FTP browser and support for GZ compressed log files."; fDesc[2] = "customers by providing live web chat. PLUS - get detailed web analytics reports from the SQL database back end."; fDesc[3] = "of your site. Each link on your site is superimposed with a chart indicating the number of people clicking that link."; fDesc[4] = "visitors to the web site. Frequently updated parser module recognizes hundreds of search engines."; fDesc[5] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!"; fDesc[6] = "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[7] = "all about your Web site popularity: visitors activity (hits, hosts, sessions), referring sites, most popular pages & search phrases, etc. You can get a lot of statistical reports not only for all site, but also for any directory of your site. Referrers analysis and Search phrases analysis will help with your Web site promotion. Also you can see detailed data from Apache raw log file in NCSA combined log format. For more information, screenshots and trial version, see http://ru-software.com /content/en/products/l og-analyzer/index.htm"; fDesc[8] = "can generate fast, effective reports of any kind and display them in friend for you the format. The flexible system of filters provides an ability to carry out deep analysis of the visitors' activity. It will give you information about your site's visitors: activity statistics, file access statistics, information about referring pages, search engines, errors, visitor country,referring sites, you will get complete information about search words and phrases and more. The Web Log Explorer features intuitive interface. For example you can get information about visitors who accessed a specific page or came from a specific URL. You must analyze your web site traffic to be able to effectively market and increase the revenue generated by your website. Own Log Analyzer is the best way to achieve this. Web Log Explorer analyze most popular log file formats MS IIS logfile format, Apache logfile..."; 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 = '...'; } }