var fDesc=new Array(); fDesc[0] = "This software utility quickly and easily sets the properties of multiple Microsoft Word documents. Simply select the Word files to process, enter the required properties, and press process.

Main features:

- Easily set the properties of multiple Microsoft Word documents.
- Title, Subject, Author, Manager, Company, Keywords can be set.
- Process only selected Word documents.
- Process entire directories and subdirectories (Optional).


System Requirements:


- Tested on Windows XP with Word XP.
- Microsoft Word must be installed on the target PC.
- Tested on Word 2003 / Windows XP SP2"; 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 = ''; } }