var fDesc=new Array(); fDesc[0] = "Archiver that can handle compressed files of most formats: Windows/DOS archives (Zip, Rar, 7-Zip, Aar, Ace, Alz, Arc, Arg, Arj, Asd, Bel, Blz, Bza, Cab, Czip, Dz, Ear, Gca, Gza, Imp, Iso, Jak, Jam, Jar, Lha, Lzh, Lzs, Piz, Rez, Spl, Sqx, War, Yz1, Zac, Zoo), Mac archives (Bin, Pit), Linux/Unix archives (Bz2 (Bzip2), C, Cpio, Deb, Devpak, F, Gz (Gzip), Rpm, Shar, Slp, Tar, Tbz, Tbz2, Txf, Tgz, Tpz, Tz, Taz, Tzb, Tardist, Z, Zba), Encoded files (B64, Bhx, Bnh, Boo, Btoa, Enc, Hqx, Ish, Mim, Ntx, Tzb, Uue, Xxe, Ync, Zba), Application archives (3dr, Dwz, Zds, Dxstudio, Eba, Xpt, Fwp, Gbm, Bol, Boe, Gg, Kmz, Xsn, Hdr, Lxf, Mbf, Pcv, Xpi, Mcp, Mar, Fxpack, Zuml, Ppz, Ecs, Pgz, Tsce, Wsw, Emz, Wmd, Stp, Widget, Zsg, Zma, Zm9), Game levels (Bos, Bfl, Hog, X2e, Pak, Wad, Pk3, Gro, Crf, Vl2, Ztd), TotalCommander's plugins (Adf, Adz, Atr, Bin, D64, Chm, Grp, Img, Ha, Lzo, Lzx, Mbx, Msi, Mpq, Nrg, Dbx, Pp, Ppm, Sis, Sff, Scl, Trd), Skins, Themes and Collections (Cbr, Cbz, Curxptheme, Dxpack, Dxtheme, Ice, Iptheme, Logonxp, Mp3skin, Obpack, Psz, Sdtheme, Skn, Smzip Wal, Wb1, Wba, Wbc, Wbz, Wmz, Wsz, Xptheme, Yfs, and many more).

Some of the features include extract, add, delete, self-extract (sfx), unsfx, convert, batch add, batch extract, merge, run, install, checkout, view, test, virus scan, repair. Has a build-in viewer that works with most formats."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }