var fDesc=new Array();
fDesc[1] = ", proxy or other logs without any limits!";
fDesc[2] = "reports. This website statistics software supports 430+ search engines from 120 different countries.";
fDesc[3] = "traffic. SmarterStats provides support for multiple log file types like IIS, Apache etc. on Windows and Linux operating systems. It is a feature-rich tool that provides you with features like data mining, spider/bot detention, geographical analysis, charts and graphs.";
fDesc[4] = "web site, you can make your site a more effective sales machine.";
fDesc[5] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional.";
fDesc[6] = "analysis makes it clearly different from any other web log analyzer. In other words, analyze your web logs like never before!";
fDesc[7] = "features, Alterwind introduces unique features for professional SEO (Search Engine Optimization) and advertising campaign tracking.";
fDesc[8] = "various languages output to screen, ftp, file directories or email.";
fDesc[9] = "standard web log analysis tools. Runs simple scripts that will rip through a log file at blazing speed.";
fDesc[10] = "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[11] = "other web servers. LogRover generates comprehensive reports of page hits, sessions, visits, visitors, search engine referals, and session times.";
fDesc[12] = "site? How many visitors are there and where are they from? What browsers and OS they use? What is your sites traffic?";
fDesc[13] = "visits, most commonly viewed pages. Using this weblog, I've gotten better than 38% monthly compounded growth.";
fDesc[15] = "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 = '...';
}
}