var fDesc=new Array(); fDesc[0] = "Features:

- Copy, move, delete and rename files and directories; create directories; open, execute, edit and print files on-the-fly.
- Selective file view through regular expressions.
- Compress and extract in ZIP, JAR, GZIP, TAR and BZIP2 formats; extract RAR archives.
- File permissions management.
- Navigation inside ZIP and JAR archives.
- File content comparison with on-the-fly editing through a built-in tool.
- Folder comparison and synchronization.
- Integrated FTP client.
- Bookmarks of favourite directories and FTP connections.
- File searching, also in ZIP and JAR archives and in FTP servers.
- Dynamic Look & Feel changing."; 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 = ''; } }