var fDesc=new Array(); fDesc[0] = "ZIP, UnZIP, Deflate, ZLib compression library for .NET Framework (C#,VB.NET)
Features

- Password protection (legacy ZIP 2.0 encryption method; WinZip compatible AES 128, AES 192, AES 256 encryption methods).
- International characters in filenames (Unicode support).
- Supports large files (over 4GB).
- Wildcards support for adding, extracting and deleting files.
- List<T> support for adding, extracting and deleting files.
- Recursive directory tree operations.
- Both stream and file based operations.
- Possibility to access decompression stream directly.
- Create ZIP files in memory."; 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 = ''; } }