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] = "erased showing the directories or files that use more space. Also you can see all the file extensions and which extension is the more used in your computer. WinDirStat runs in all Microsoft Windows platforms.";
fDesc[3] = "computer. NetLimiter acts like a firewall, but besides allows you specify which application can access internet, you can also specify how much bandwith will consume each application or the overall bandwith.";
fDesc[4] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application.";
fDesc[5] = "advanced statistical tests. It includes expanded parametric hypothesis testing tools, expanded nonparametric hypothesis testing tools, survival analysis tools, ROC curves and expanded descriptive statistics tools.";
fDesc[6] = "replays as .AVI files. You can play using your keyboard or joystick. The program has a database of 40 soccer leagues worldwide. You can play with any team from any country.";
fDesc[7] = "when I was using Windows and it was free. It was absolutely awesome, too. It looks a lot like this one, but without the price tag. BWMeter allows you to track your bandwidth usage by means of graphs.";
fDesc[8] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them.";
fDesc[9] = "of Sudoku! Sudoku Up includes five difficulty levels to challenge you. Enjoy the detailed statistics of each game with graphs, 3D pie and bar charts, and tables to estimate your skill level.";
fDesc[10] = "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[11] = "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[12] = "time periods. Such statistics can be very useful, because it can help in diagnosing diseases. The program represents statistics in a simple way using a special graph.";
fDesc[13] = "how many times they appear in a given text. Estimate the amount of syllables, list the words and the number of times that appear, etc. It recognizes any raw text or HTML document. If user needs to work with another format document, it will be necessary to export it to HTML or plain text format.";
fDesc[14] = "types of statistical problems providing step-by-step solutions so they can easily understand them and learn. These solution can be printed, saved to a text file or copied to the clipboard to take them wherever you want.";
fDesc[15] = ", Brazil and Argentina. It is feature-rich software that tracks statistics like game scores, won/lost record, kicks, goals, fouls, blocks, game scores, team standings etc. Soccer Stat Tracker also provides you with a ‘Top 10’ team list for specific betting game.";
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 = '...';
}
}