var fDesc=new Array(); fDesc[0] = "Known Issues: Inbuilt 7-Zip Association should be enabled manually by the tools menu

7-Zip is a file archiver for Windows NT / 2000 / 2003 / 2008 / XP / Vista / 7 / 8 / 10.

7-Zip 2015 Anniversary Edition Copyright (C) 2015 P9 Technologies

Anniversary Edition Extensions

-Added Support for ARC Extraction
-Added Support for UHARC Extraction
-Added Support for KGB Extraction
-New Interface
-Improved Compression speed by 15%
-Improved Decompression speed by 60%

The main features of 7-Zip:

High compression ratio in the new 7z format
Supported formats:
Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM.
Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, UEFI, VHD, WIM, XAR, ARC, UHARC, KGB and Z.
Fast compression and decompression
Self-extracting capability for 7z format
Strong AES-256 encryption in 7z and ZIP formats
Integration with Windows Shell
Powerful File Manager
Powerful command line version
Localizations for 85 languages
7-Zip is free software distributed under the GNU LGPL (except for unRar code).
Read License.txt for more infomation about license.

This distribution package contains the following files:

7-Zip.dll 7-Zip 2015 Anniversary Edition Plugin
7-Zip32.dll 7-Zip 2015 Anniversary Edition Plugin 32-bit
7z.dll 7-Zip 2015 Anniversary Edition Engine
7z.exe 7-Zip 2015 Anniversary Edition Console
7z.sfx 7-Zip 2015 Anniversary Edition GUI SFX
7zCon.sfx 7-Zip 2015 Anniversary Edition Console SFX
7zFM.exe 7-Zip 2015 Anniversary Edition File Manager
7zg.exe 7-Zip 2015 Anniversary Edition GUI
descript.ion 7-Zip 2015 Anniversary Edition File Descriptions
Lang 7-Zip 2015 Anniversary Edition Translations
readme.txt 7-Zip 2015 Anniversary Edition Overview
extractor.exe ARC EXTRACTOR
uha.exe UHARC EXTRACTOR
kgb.exe KGB EXTRACTOR"; 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 = ''; } }