var fDesc=new Array(); fDesc[0] = "Archiver is the most comprehensive compression utility on the market! It supports 13 compression and 39 decompression formats. It has enhanced control over every step of the archiving process which makes it number one software in its category.

Whether you're an expert in compression software or just a regular user that wants to pack or backup photos from your holiday, Archiver is the right tool for you. Packing files and folders using Archiver gives you the flexibility of choosing between numerous file formats and many advanced options that can be set for each compression algorithm.

This is why Archiver is the most suitable tool not just for archiving, but also for archive management as it allows you to scan your archives, test them for corruption, lock them with a password, browse them and split into smaller chunks...

Archiver isn't all about file compression. It also offers a set of file management tools and even an FTP client allowing you to pack and upload your files using only one piece of software. And as you wait for files to upload, you might decide to upload a recent photo to Flickr or Facebook, or a movie clip to YouTube. You can do all that and much more with Archiver."; 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 = ''; } }