var fDesc=new Array();
fDesc[1] = "and the Windows Event Log) using standard SQL statements (with SELECT and WHERE syntax). The output can be plain text files, CSV, XML, HTML and more.";
fDesc[2] = ", Application and other logs of Microsoft Windows. It extends the standard Event Viewer functionality and offers new features.";
fDesc[3] = "reports. This website statistics software supports 430+ search engines from 120 different countries.";
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] = "visitors to the web site. Frequently updated parser module recognizes hundreds of search engines.";
fDesc[10] = "your visitors activity \"under a magnifying glass.\" With over 90 reports, this tool will help you bring new visitors and improve site navigation.";
fDesc[11] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[12] = "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] = "standard web log analysis tools. Runs simple scripts that will rip through a log file at blazing speed.";
fDesc[14] = "files, multi-threaded DNS lookup, NT service support, and remote reporting are included. Enhanced technical features include an IIS 4.0-compatible plug-in, API for creating and editing log analysis profiles, dynamic web pages, a WYSIWYG report style designer, a filter wizard, SNMP compatibility, and CA Unicenter TNG integration. Version 4.2a adds a new homepage filter, filtering support forClassless IPs and IP ranges, and a 50% increase in speed.";
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 = '...';
}
}