var fDesc=new Array();
fDesc[1] = "only needed temporarily and erasing them will release important hard drive space. It runs quietly on startup, clearing the cache every time Windows boots.";
fDesc[2] = "original source code from the already compiler binary CLASS files that is Java Applets. Besides, it is a fully featured Java editor that uses graphic user interface with syntax coloring. But you do not need to have Java Virtual Machine (JVM) or other Java SDK pre-installed.";
fDesc[3] = "pretend to have the ultimate mp3 or audio solution, but it will most likely fit somewhere into your mp3 playing experience. As a player, as a tag editor or as an organizer. It will always give you a quick way of doing common tasks. SoundBase is a single executable file, that can be put in any directory. Only after it starts it will create a database and an ini file in the same directory it is started from. SoundBase doesn't use any registry settings, nor does it require a skinfile, so you can also use soundbase if you have only limited access rights, or user control over your pc.";
fDesc[4] = "incredible program can retrieve various passwords assuming that the user has logged in to the system and also displays hidden system information such as Product ID and CD Key.";
fDesc[5] = "set access rights to software, hide folder content, schedule time limits and much more. Get control of your computer!";
fDesc[6] = "that start automatically whenever operating system is loading. Starter 5.6.2.8 enumerates all the hidden registry entries, startup folders' items and some of the initialization files.";
fDesc[7] = "tweaker features.";
fDesc[8] = "about your information, it will be highly secured because the encrypted data cannot be accessed without entering a password, even if stolen. This tool uses the AES 256-bit encryption algorithm also used by important organizations to protect information.";
fDesc[9] = "privileges), NET Passport password, screensaver password, RAS/dial-up passwords, to shared resources etc. Attacks on Windows PWL files are also implemented.";
fDesc[10] = "use, and a powerful application, using which you can set permissions, by providing owner and user password to the PDF files. The encrypting is done using the standard 40-bit or 128-bit supported by Acrobat Reader version 7.0 or higher versions.";
fDesc[11] = "for collecting time expenses, reporting and invoicing. Free support is available!";
fDesc[12] = "other users. If you have private information in a file or a folder, you can forbid other users from using it. You can block an entire folder but still allow access to a file in that folder.";
fDesc[13] = "access rights per user or user group. Permission Analyzer can also give you an overview of the software installed on each workstation.";
fDesc[14] = "prevent unauthorized users to open, work, rename or even delete certain files or folders. It encrypts user’s data with password protected files.";
fDesc[15] = "and construct your own reports. Perform server recovery, connection monitoring and much more.";
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 = '...';
}
}