var fDesc=new Array();
fDesc[1] = "spreadsheet, a presentation program, a database, a vector graphics editor and a tool for creating and editing mathematical formulas. Various languages and platforms.";
fDesc[2] = ", 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[3] = "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[4] = ", RA, RMM, RAM, RPM, RM, RMVB, WAV, OGG, CDA, APE, APL, MPC, MP+, WMA, FLAC, AAC, M4A, MP4, and more. Protected Windows Media Audio (WMA), protected Real Audio (RA, RAX), protected Advanced Audio Coding (AAC) and protected MP4 aren't supported for copyright reasons.";
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] = "formats like ZIP, CZIP, ACE, CAB, RAR, TAR, GZIP, LZH, BZ2, SQX, RS, UUE, XXE, BASE64, UCL, ARJ, ZLIB, ALIB, RPM, DEB, 7-ZIP. And, of course, you can create compressed archives in a number of formats like 7z, ZIP, CZIP, Cab, LHA, TAR, TAR GZ TAR BZ2, ACE, etc.";
fDesc[7] = "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[8] = "a record playing on a record player. Vinyl 1.6 a unique application that uses 64 bit processing with advanced filter, modeling and resampling features. It has a Mechanical Noise function that blends into the users typical signal producing a rumble and motor noise.";
fDesc[9] = "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[10] = "variants, i.e. A 1 and B 1. There are six different aircrafts with different equipments, exhausts, panels, tires and lightings. The standard animation includes control surfaces, cowl flap, wheels, elevator trims etc.";
fDesc[12] = "RPM/ DEB/ BH/ Noa32/ HKI/ PAQAR/ SQX/ HA/ ZOO/ UHARC/ LFB/ ZLIB/ UCL/ IMP/ RS/ SPL/ APK/ Arc/ DZ/ MSI to many archive";
fDesc[13] = "expand your network printing capabilities between your business systems (e.g. AS/400, mainframe, Linux/UNIX) and Windows 2000, NT or 95/98 machines. RPM enables you to print from any computer in your business network to your PC, then print on any Windows printer. RPM helps you make your print jobs come out the way you expect them to: RPM provides numerous data transformations You select the font, width and height; line and page settings; and printer setup RPM can generate high-quality text on a Windows printer, or print \"as-is\", or write to disk";
fDesc[14] = "manage data about your properties, tenants, and financial transactions.";
fDesc[15] = "This application has its use when you are trying to adjust the setup of the gears with the gear ratios. This application helps in adjusting your gear by letting you know the speed at the time of gear shifts.";
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 = '...';
}
}