var fDesc=new Array();
fDesc[0] = "Batch DOC TO CHM Generator is a Help Authoring Tool that can convert Word DOC to CHM HTML Help and Manual automatically. Batch DOC TO CHM Generator supports powerful search for a lot of files. An easy-use Word to CHM, Doc to Help & Manual Converter.
Batch DOC TO CHM Generator supports project and command line. Batch DOC TO CHM Converter has a friendly GUI so it is used very easily. Batch DOC TO CHM Generator Drag and Explorer Context supported.
Batch DOC TO CHM Generator supports a efficient Multi-Thread conversion engine. So you could control the conversion action very easily. You can stop or pause and continue it in any time.
You can save your conversion work in a project file (.batch-doc2chm) for re-use. You can run the batch-doc2chm project in Microsoft Windows Explorer or command line directly.
The main features of Batch DOC to Help Generator:
Convert Word DOC to CHM HTML Help and Manual automatically.
Batch convert DOC to CHM with GUI that supports powerful search function.
Supports convert a doc/docx file.
Supports convert doc/docx files in a folder.
Drag and context menu with Microsoft Explorer supported.
Supports batch project and command line.
A efficient high-speed Multi-Thread conversion engine.
The KEYWORDS of Batch DOC to Help Generator:
doc to chm,docx to chm,word to chm,doc to help,help authoring tool,word to help,doc to chm converter,chm maker,chm creator";
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 = '';
}
}