var fDesc=new Array();
fDesc[1] = ", B64, BH, BIN, BZ2, BZA, C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG, PAK, PDI, PK3, RAR, RPM, TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR, XXE, YZ1, Z, ZIP, ZOO.";
fDesc[2] = "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[3] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities.";
fDesc[4] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise.";
fDesc[5] = "Cpio, Deb, Gca, Gz, Hdr, Hqx, Lzh, Lzx, Pak, Pp, Rpm, Sqx, Tgz, Wad, Wb1, Wba, Wbc, Z, Zoo, and more. Has a build-in viewer.";
fDesc[6] = "supports Windows CE PDA's, which is great. But, in short, EF Commander is a file explorer enriched with hundreds of features that usually are found in separate applications.";
fDesc[7] = "duplicated files. EF Duplicate Files Manager does this work, it will search all your computer for the specified file and its duplicate by the same name, same size and content. Once it finds them you have the option to open them or delete them.";
fDesc[9] = "disks... for quick searching and navigation. Features in CDDataBase now include: Export to Web page (HTML) (see sample) Pictures support (BMP, GIF, JPG, PNG, TIF, TGA, WMF, PCX) Export / Import Wizard CDDataBase Setup Wizard Multilingual Archives support (ZIP, RAR, ARJ, CAB, TAR, TBZ, ACE) Checking for plugin Updates Saving file's content into database Fast file searching Saving information from Mp3 tags (ID3 v1, ID3 v2) Quick access to original disk Saving icons for files, directories, disks Commentaries for disks, files, directories Saving full disk or folder tree (file name, size, time, ...) Simple user interface";
fDesc[10] = "browsing and searching. Multilingual.";
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 = '...';
}
}