var fDesc=new Array(); fDesc[0] = "Ever wondered how to find the particular file you need that had been saved somewhere among dozens of your discs?

Or which disc contains the latest version of whatever file you are looking for?

Filookup™ solves all of these problems with ease! It has been especially designed for efficient cataloguing and searching through contents of different information storage media, such as CD, DVD, local hard discs, floppy discs, removable storages, etc.

After storage content is saved in the database any required file or path could be easily found at all of its locations with respect to its attributes!

Filookup does not require any database engines installed in your system since it uses Daolinx™, which is a highly sophisticated database technology developed by Analinx Software.

What you can do with Filookup:

-Create and maintain catalogues of your CDs, DVDs, and other storage media

-Include information about files and folders on discs into databases

-Search for a particular file or browse the content without inserting real disc in your drive
-Find all occurrences and versions of a particular file on all discs in the database

-Analyse hard disc folders and create list of files that are not yet stored in the database"; 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 = ''; } }