var fDesc=new Array(); fDesc[0] = "PicoZip is an award winning, easy to use file compression utility that runs on all 32-bit Windows platforms such as Windows 95, 98, ME, NT4, 2000 and XP. Even the advanced features in PicoZip were designed to make them very easy to use for beginners.

An important feature of PicoZip is its extensive support for various archive formats. It can create archives in 7 different formats (BH, CAB, GZip, JAR, LHA, LZH, TAR, ZIP), extract files from 15 different archive formats (ACE, ARC, ARJ, BH, CAB, GZ, JAR, LHA, LZH, RAR, TAR, TGZ, Z, ZIP, ZOO) and create self-extracting archives in 8 different formats (ACE, ARJ, BH, JAR, LHA, LZH, RAR, ZIP). No other third party software is required.

Other Main Features:

* Simple and intuitive user interfaces
* Seamless Windows integration
* Integrated email support
* Flexible file filtering

* Fast and easy automated backup
PicoZip comes with an easy to use backup feature that automates most of the backup task for you. You can create "Backup Sets" that stores information on how a backup should be created, then perform the backup anytime by selecting the "Backup Set". Routine backups takes only two mouse clicks !

* Powerful batch operations
PicoZip allows you to carry out tasks like Extract, Add, Repair, Test, Virus scan, Make .EXE and Convert on many archives in a single operation, saving you valuable time while reducing repetitive work.

* Convert archive formats easily
PicoZip can easily convert archives from one format to another.

* Integrated archive files explorer & favorites
PicoZip comes with an integrated archive files explorer, allowing you to browse for archives from within PicoZip. PicoZip allows you to bookmark all your favorite folders for quick access."; 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 = ''; } }