var fDesc=new Array();
fDesc[1] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[2] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware.";
fDesc[3] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB).";
fDesc[4] = ", use and manage picture information, archive, print, make CD or 3D pictures.";
fDesc[5] = ", 7-Zip… The jZip – developed by Discordia Ltd. – is one more option to take into account and deserves our attention due to its effectiveness, ease of use and freeware license. This tool is based on the well known 7-zip archiving technology developed by Igor Pavlov.";
fDesc[6] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[7] = "range of encoded, compressed, and disc-images files. It also includes very powerful features in a very easy-to-use application interface and Windows Explorer integration.";
fDesc[8] = ", PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP file formats and also can open ACE, ARJ, CAB, DMG, ISO, LHA, RAR, UDF, etc; It supports to open 79 file extensions. PeaZip works in 32 and 64 bit Windows (9X/2000/XP/Vista) and Linux platforms.";
fDesc[9] = "RarZilla is a single window application with no buttons whatsoever. This tool but that is freeware licensed and you can change its skin. Several skins files are available on the Phillip Winterberg’s web site";
fDesc[10] = "database file, index them in a tree form, search, view and retrieve files. You can also make a mixed slide show that contains both graphics and video together, protect your confidential images and clips in a password protected database and more.";
fDesc[11] = "about WinRAR or WinZIP, even 7-ZIP. Those are all great and are the most popular. PowerArchiver is another application that does the same.";
fDesc[12] = "is automatically archived in Clipboard Magic. This text may be copied back to the clipboard with a click of the mouse.";
fDesc[13] = "unmatched combination of creation, editing and conversion features. Renowned security and markup capabilities make PDF document collaboration and control easier than ever before. Edit PDF documents directly just like working in the original file. Use FormTyper to instantly convert static PDF forms into fill-able PDF forms. Advanced PDF/A technology guarantees documents will always display and print reliably while cutting-edge compression techniques reduce file sizes significantly. What's more, integration of Nuance's award-winning RealSpeak text-to-speech technology allows any PDF to even be read aloud! Best of all, PDF Converter Professional is less than a third the price of the alternatives - so you can see what we mean by \"Better PDF for Business.\" PDF Creation Features Industry-Standard PDF Creates 100% industry-standard PDF files that can be read, printed, or processed by popular...";
fDesc[14] = "use, with few screens to learn, it works automatically since it has a scheduler module to set up programmed tasks, and well... it's free, or very affordable!";
fDesc[15] = "AllSync offers a number of preconfigured copy modes for your synchronization/backup tasks which you can custom-adapt as needed.";
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 = '...';
}
}