var fDesc=new Array(); fDesc[0] = "Word Files Binder is an excellent tool to merge multiple word documents into single document. It is very fast and time saving software to bind listed word files in single word files without change in originals documents.
You can easily add multiple word files and by single process you can merge into to single file. It process 1000?s of files in a few minutes. All converted files saves at user defined position so that there is no chance of original data lost. It has a nice and attractive user interface.

Any user can easily understand its working and features as there is only some buttons in the main screen. Still, it has an online help manual which illustrates How to Use it.


Key Feature

It can add a single file, multiple files or a complete folder.
It can a binds multiple word documents into single document.
It can process 1000?s of files in a single process.
Data of original files remains untouched.
User can choose path where all files will be saved after processing.
It supports all ms-word versions."; 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 = ''; } }