var fDesc=new Array(); fDesc[0] = "Karen's Version Browser 4.0 is a program to find out information about the files in your computer.

The program can tell you who created the files, why and when. You can view that data on your screen, print a report or save it to disk.

The resulting file can later be imported into Excel or Word.

Through three simple steps, you can access all the information about your files.

First, you must select a folder to scan. This can be selected in your drives, or in your network´s drives. You´ll have to check the box "Show Network" in order to enable network searching.

You can specify which files to show choosing between the pre-defined extensions, or manually entering the extensions or names you want to view.

You will see in the third window the list of found files. By double clicking on the name of the file you want to see, a window will pop up, showing you all the information about that file.

The information on each file will be: Name, Date Created/Modified/Accessed, Attributes, Size, Description, File Version/Flags/OS/Type/Subtype, Company Name, Language, Original/Internal Name, Comments, Copyright, Trademarks, Product Name/Version, Special/Private Build, Association and Signature."; 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 = ''; } }