var fDesc=new Array(); fDesc[0] = "MGTEK Help Producer is a document conversion tool for that allows you to create professional HTML help systems from Help Producer integrated with Microsoft Worda Microsoft® Word® document.
Help Producer is an add-in that is seamlessly integrated into the user interface of Microsoft Word, which makes authoring a help file as easy as writing a regular Word document. With a click on a button, Help Producer will analyze your Word document and generate all files necessary to build a help file, such as project files, table of contents files, index files, HTML topic files, and graphics.
Help Producer can take advantage of many of Microsoft Word's existing editing and formatting features, including colors, fonts, styles, lists, tables, embedded pictures or objects, and even auto-shapes. In addition to the ability to leverage off the authoring features offered by Microsoft Word, Help Producer has many innovative and exciting features that will help technical writers create professional help files."; 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 = ''; } }