var fDesc=new Array(); fDesc[0] = "It is a disk-cataloguing program (indexer) for computers with Windows operating systems. It can find any file or folder inside a group of PC disks. Mostly CD-ROM and DVD-ROM, although it can also work with any other type of disk. Besides, it allows the user to catalogue music CD-Audio disks. Version 4 adds extracting thumbnails of bitmap files, and a designer for CD/DVD labels and sleeves.

Before starting the searching from inside any disk, this must be previously catalogued (indexed).

Anyone who may ever have searched for any file from a group of CD or DVD disks may appreciate the utility of this program.

Main Features:



- Complete and automatic indexing of any PC disk (any letter drive) or folder.

- Cataloguing of CD-Audio disks automatic (Internet or Cd-Text) or manual.

- Compressed files support. Even 14 formats! (ZIP, RAR, CAB, ACE, JAR, TAR, EXE...).

- Multimedia files: five types, 29 formats supported (more than 42 variants).

- Makes thumbnails of photo files JPEG, TIFF and PCD. It also extracts EXIF metadata.

- Powerful textual search functions: five different types!.

- Labels and sleeves designer for CD/DVD boxes. Including automatic functions.

- Emergency file de-compressor for the 14 formats supported, including EXEs.

- Six graphic style reports. Four ASCII style reports. Customizables.

- Files are directly opened in five ways: just insert the disk and click.

- No third-part software dependent: it has "built-in" routines for all file formats."; 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 = ''; } }