var fDesc=new Array(); fDesc[0] = "Do you know that it is possible to add metainformation like "company" or "author" to files you are working with? Do you really want the recipient to get information about the files' creator and anyone who works with them? Do you have a lot of files needing to have summary information changed? You are not going to change them file by file, are you?

MetaChanger allows the quick management of this type of information - It creates and updates files' metainformation. It allows the removal of not only summary information, but also all additional NTFS data streams. A free utility essentially facilitates the mass update of summary information from all types of documents. It is easy to choose a file or list of files and define the necessary metainformation. MetaChanger provides the possibility to create and save metainformation according to various profiles. All you have to do is to choose the profile and the metainformation's updating takes place automatically.

MetaChanger features:

- Files' summary information managment
- Office documnets' summary information managment
- Clearing all NTFS additional data streams
- Cleaning up all metainformation
- Unicode support
- Drag'n'Drop interface
- User's profiles
- Skins"; 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 = ''; } }