var fDesc=new Array(); fDesc[0] = "With Microsoft HTML Help Workshop you can create help files for Windows applications and web pages. It includes advanced text search capabilities and a 'favorites' tab to save the more often searched topics, themes and/or terms.
The created help files (*.HLP) can be included to distribution packages and complete instalable Windows based applications. They can be compiled with the supported application or added to the distribution package.
The application itself includes an image editor and a project manager, to help user on including the help file to the developed and compiled program."; 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 = ''; } }