var fDesc=new Array(); fDesc[0] = "Windows HLP To RTF ( HLP To Word) is a tool to convert Windows Help files (*.hlp) to Rtf format files directly. With this tool, you can make a specification of an application from the *.hlp files. Split the output into several RTF files.
It can combine Word 97/2000/XP to process the Rtf files, you can edit, print or convert to other format that you want. What you should do with using it is just to select a *.hlp files and determine the output folder."; 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 = ''; } }