var fDesc=new Array();
fDesc[1] = "package or to extract the archives you download from the web. Filezip supports opening and extracting archives of the following formats: ZIP, BH, CAB, JAR, LHA,TAR, GZIP, ACE, ARC, ARJ, RAR, ZOO, UUE and XXE. And it can create ZIP, BH, CAB, JAR, LHA,TAR and GZIP archives.";
fDesc[2] = "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[3] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files.";
fDesc[4] = "that improve application management. It will organize your application in Features. It provide preview of contents before installation with support of rar or zip files so you can choose what to install.";
fDesc[5] = "usefull for people who download many files from Internet.";
fDesc[6] = "to save disk space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files.";
fDesc[7] = "has a minimum set of features, thereby being easy to use, but still packed with features that make it one of the most popular programs of its kind.";
fDesc[9] = "ratio. Compression ratio results are very dependent upon the data used for the tests. 7-Zip works in Windows 98/ME/NT/2000/XP/Vista . There is a port of the command line version to Linux/Unix.";
fDesc[10] = "features that will make your work much more suitable and effective. It will give you all the details of date and time term search plus the details about the date and time of creating, accessing and modifying any file.";
fDesc[11] = "and drop support, favorite folders, powerful file management from within the program and much more.";
fDesc[15] = "normalized filenames to a target folder and restoring Macintosh structures, filenames and NTFS Win 2K files properties after reception";
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 = '...';
}
}