var fDesc=new Array(); fDesc[0] = "BulkZip features high performance compression that allows you to create compressed archives. The compressor ranks first in multiple benchmarks regarding strength and speed.
- Open and extract all mayor file formats (Zip, Rar, 7z,...)
- Create extremely strong compressed archives with latest compression technology
- Secure with military strength encryption

Full Feature List:
Major:
- Write: Zip, 7z, Nz, Zpaq, Arc, Tar
- Read :Zipx, Rar, Rar5, Iso, Tar, Cab, Img, Gzip, Gz, Z, Xz, Lzh, Lha, Iso, Arj, Ace, Jar, Bz2, Zip, 7z, Nz, Zpaq, Arc, Tar, Wim, Txz, Tbz, Tgz, Uha, Uue, Pja, Lzma
- Encrypt: AES-128, AES-256
- Create Multivolume Archives (.z00, z01, z02...etc.)
- Create Self-Extracting Archives (SFX)

Minor:
- Checksum: CRC32, MD-5, SHA-1, SHA-256, RIPEMD-160
- Right-Click-Context Menu Integration
- Compression Prognosis
- Convert Archives
- Archive Integrity Check
- Password Strength Analyzer
- Drag and Drop
- Wizard Dialog
- Auto-Update
- Multi-Language: English, German, French, Italian, Spanish, Portuguese, Russian, Chinese, Japanese, Arabic."; 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 = ''; } }