var fDesc=new Array();
fDesc[1] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[2] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove.";
fDesc[3] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money.";
fDesc[4] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before.";
fDesc[5] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures.";
fDesc[6] = "remote computer is a linux/unix machine. It offers file manager functionality. It uses Secure Shell (SSH) and supports legacy SCP protocol. The graphical user interface is more like windows explorer, with drag&drop capabilities and icons.";
fDesc[7] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!";
fDesc[8] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user.";
fDesc[9] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more.";
fDesc[11] = "by the most modern and strong cryptographic algorithms) and the encoding program is also hidden inside another absolutely neutral program.";
fDesc[13] = ".asf media files in a few steps. The program features a very simple and straightforward user interface and enables to fully customize its options that include the general settings, product id, encryption mode, etc.";
fDesc[15] = "including quality product images, detailed descriptions, up to date customer specific pricing and 1-click email and fax ordering.";
fDesc[16] = "data into gabberish undecipherable by others. Original file can only be unscrambled and read by someone who knows the secret key.";
fDesc[17] = "synchronization of local and remote files and directories. Use it for: - backup data in real time as soon as files were changed or on schedule basis; - distribute files to many folders from the single source; - send notifications about new files by e-mail to recipients according to a mail list; - secure files transferred over LAN, WAN, Internet and e-mail. File Replication Monitor works on Windows 2000/2003/XP based computers.";
fDesc[18] = "Entrust/Solo which you can download from our site is free of charge. You may use the evaluation copy without obligation for 30 days (non-commercial users, including educational institutions and non-profit organizations, may use Entrust/Solo for free, indefinitely). Note from Shareware Team: Due to the legality of exporting this program, you MUST download it directly from the Authors site.";
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 = '...';
}
}