var fDesc=new Array(); fDesc[0] = "HTML Help Builder makes it easy to create organized, cross-linked documentation by providing powerful tools to create end user application or component/API documentation. Create Help files, Web Html content and Word/PDF output all from a single documentation source in Help Builder.

Help Builder's unique workflow focuses on content creation that makes you more productive when creating documentation. Help Builder separates content from design by using templates that merge topic text with customizable HTML templates, providing a consistent look and feel to your help file. Use Help Builder's markup tools to quickly insert text markup, images, capture screen shots and create cross links to other topics intuitively. Many thoughtful tools make the process so productive you'll enjoy building documentation as you work."; 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 = ''; } }