var fDesc=new Array(); fDesc[0] = "If you use many removable disks such as CD-ROMs, you know that it is sometimes very difficult to find a file among all these drives. The only solution consists in inserting each one in your computer and using the files manager to research your file. This operation, if you have more than ten disks, can take a very long time.

Gentibus CD enables you to scan your removable drives or photo CDs and store thumbnail images of the pictures on your PC. The software offers special browsers to consult your disks easily by file types (video, mp3, image, program, etc.), as well as extensive search functionality to quickly locate any kind of file.


Main Features:

- Create thumbnails with the pictures stored on the disks
- Extract extra information from camera pictures (focal length, exposure time, ...)
- Ability to use several disks catalogs
- Simple and fast search with many criteria
- Exploration of the removable disks as a virtual disk
- Special thumbnail panel to explore the image files
- Use a special browser for each kind of file : video, audio and program files
- Exploration of the contents of archive files (rar, zip)
- Fast recovery of the cataloged files
- Export the file lists to HTML and CSV formats
- Retrieve from internet the titles and authors of your audio cdroms
- Extract information from avi, text, html, wav, mp3 and program files
- Custom browser to display the file category you want
- Extract information from avi, text, html, wav, mp3 and program files
- Create HTML pages with the thumbnails stored in the catalogs
- Can explore the catalog by file properties
- Create play list for the media player
- Create HTML pages with the thumbnails stored in the catalogs"; 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 = ''; } }