var fDesc=new Array(); fDesc[0] = "FileCompress is a small and powerful application which is used as a graphical user interface for UHARC. In simple words, the FileCompress program represents the simplest way to use UHARC with all of its components. The software supports creation and extraction of archives, and creation of self-extracting archives(SFX). FileCompress is an application, which allows its users to compress any file. This can be done by adding the features that FileCompress provides in a user-friendly and intuitive interface. It also includes a context menu option, which makes it possible to create customizable Self Extracting archive files (SFX).

The new version of the FileCompress program features the possibility to minimize the program to the system tray when it is working. It also has an enhanced shell windows integration option and the ablility to extract a single folder. Now the software also features a verify function. The FileCompress program is distributed as freeware, which means the users do not have to worry about annoying nag screens and trial period expiration issues."; 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 = ''; } }