var fDesc=new Array();
fDesc[1] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies.";
fDesc[2] = "working state if it has been affeted by malware or if your 14 year old sister wanted to download the lastest Avril Lavigne screensaver from a unknown website. It can also protect public computers from corruption blocking changes to crucial system files.";
fDesc[3] = "program, you will be able to have a register of all the movies you like and order them by year, name, actors and more. The program will allow you to Browse your DVD database and to add data and coverts automatically to your movies.";
fDesc[4] = "using. The main element in the whole process is the application tracker, Wakoopa 1.0.7, which is a small application that monitors your computer and reports back to Wakoopa with the applications that you use.";
fDesc[5] = "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[6] = "need to have some special statistics knowledge. The main difference from similar applications is that Statgraphics Centurion can make recalculations automatically when the input data or calculation parameters are changed.";
fDesc[7] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports.";
fDesc[8] = ", servers and ports with alerts via email or pager; graphs. Web content check; performance stats and error log, runs as a service.";
fDesc[9] = "reports. This website statistics software supports 430+ search engines from 120 different countries.";
fDesc[10] = "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[11] = "usage, referrers, browsers, download, search terms and error messages. Built-in FTP browser and support for GZ compressed log files.";
fDesc[12] = "web site, you can make your site a more effective sales machine.";
fDesc[13] = "features, Alterwind introduces unique features for professional SEO (Search Engine Optimization) and advertising campaign tracking.";
fDesc[14] = "statistics, activity of visitors, referring sites, search engines, errors, and much more.";
fDesc[15] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
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 = '...';
}
}