var fDesc=new Array(); fDesc[0] = "chmProcessor can create CHM (compiled HTML help) files from HTML and Word documents. It automatically splits the document into different sections using the title of pages. You can also create PDF, XPS, and JAR files as output. You need to install HTML Help Workshop from Microsoft - this is required for compiling the Help file. For creating PDF, you need to install PDFCreator."; 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 = ''; } }