var fDesc=new Array();
fDesc[1] = "as virtual scrollbar, virtual buttons, fast access to applications and personal definition of tapping speed and sensibility.";
fDesc[2] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[3] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products.";
fDesc[4] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[5] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support.";
fDesc[6] = "dictionaries and multi-document translation makes this software suitable for advanced translation purposes.";
fDesc[7] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[8] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars";
fDesc[9] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces";
fDesc[10] = "application allows you to crack the protection of both ZIP and RAR files created with most applications. It uses two methods to achieve this task: a brute-force approach and a dictionary-based approach.";
fDesc[11] = "enable you to playback and encode most of the formats currently available. During the installation, informative menus will warn you about options that may cause troubles, like some old codecs. The installation will ask you what to do.";
fDesc[12] = "different types of information about local network computers in just a few seconds. This incredible application gives you one-click access to many useful functions such as remote shutdown and wake up, Radmin integration and lots more.";
fDesc[13] = "word in the combo box and the program will show the words located. For each character you type in you will see different options of words. You can copy and paste the text result to other programs. It includes a filter to search the whole word or part of the characters.";
fDesc[14] = "anti-malware software you will be able to protect your Windows-based PC against all kinds of malicious software, including spyware, adware, key-loggers, browser hijackers, malware and many other intrusive programs, which may pose a threat to your privacy and security.";
fDesc[15] = "is actually the opposite. Sometimes, we forget the passwords we set for our password-protected RAR files, and there is one way to do it. Since there is not a way to simply deduct the password of a RAR file directly, this application uses two methods: brute-force...";
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 = '...';
}
}