var fDesc=new Array();
fDesc[1] = "is simple yet powerful: it analyzes your Windows Registry and configuration/startup files, showing you a list of \"suspicious\" results. But applying the fixes is up to you...read each item carefully before fixing anything!";
fDesc[2] = "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[3] = "become more powerful and easier to use. If you want to get the best balance out of your car, there is no substitute, it's the Data Acquisition plug in or nothing else.";
fDesc[4] = "visitors: activity statistics, file access statistics, paths through site, referring pages, search engines, browsers, operating systems, and more.";
fDesc[5] = ", proxy or other logs without any limits!";
fDesc[6] = "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[7] = "web site, you can make your site a more effective sales machine.";
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] = "customers by providing live web chat. PLUS - get detailed web analytics reports from the SQL database back end.";
fDesc[10] = "various languages output to screen, ftp, file directories or email.";
fDesc[11] = "they indexed. Direct spiders to your most important pages, and exclude them from non-public pages. Easy to use";
fDesc[12] = "monitored users on a LAN or across the Internet LIVE! Also records keystrokes, web sites visited, chat conversations, etc. + MORE!";
fDesc[13] = "standard web log analysis tools. Runs simple scripts that will rip through a log file at blazing speed.";
fDesc[14] = "other web servers. LogRover generates comprehensive reports of page hits, sessions, visits, visitors, search engine referals, and session times.";
fDesc[15] = "Search engines are doing.";
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 = '...';
}
}