var fDesc=new Array(); fDesc[0] = "Help Explorer includes a Server and an independent Viewer. Amongst the fairly useful applications, Help Explorer Server is a good option to gain access to online resources and especially to view compiled help files in various formats. The application helps the user to gain access to knowledge databases, software references, and documentation files for getting online assistance in any regard, and features an exclusive and efficient way of exposing the offline documentation through a real help server. This process basically enables the user to get assistance via intranet or Internet, and the application is a freeware, which is a cross-platform viewer to view all the compiled help files.

Help Explorer Viewer offers a fool-proof solution for displaying help files in the HTML Help 1.x (.CHM), WinHelp (.HLP), as well as the Microsoft Help 2.0 (.HXS) formats on both Windows platforms and Linux platforms. Its key features include Universal Help Viewer Engine; support to three popular Microsoft help file formats, namely Microsoft HTML Help 1.x - .CHM, Microsoft Windows Help (WinHelp) - .HLP, and Microsoft Help 2.0 - .HXS. Help Explorer Server comes with an intuitive and user-friendly interface, which is designed for controlling the help server in a multi-operation environment."; 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 = ''; } }