var fDesc=new Array(); fDesc[0] = "ZipForge.NET is a fast and powerful .NET Zip component, written purely in C#. It lets you easily create zip, gzip, tar and tgz files, extract files from archives to hard drive or memory, add files to a zip archive from disk or memory, and replace, move and delete files in zip archives.

Additionally it creates and reads self-extracting (SFX) zip archives, strong encrypted and multi-volume zip files."; 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 = ''; } }