var fDesc=new Array(); fDesc[0] = "FAR is a combination of productive file, html and html help tools for authors, including HTML Help 1.x, and MS Help 2.x. With this software, the user can create help files using any desired editor and then compilation and manipulation can be done. HTML files can be simply created and edited with the help of this software. It saves time in all kinds of manipulations, creation and editing required in the files.

This software has some sparkling features. It can do the work of compressing the files brought in, by using the zip command. Any kinds of files can be located in the system and provision of replacing options for the undesired files is also present. The user can select all the desired files and copy them to another location so that a backup is created and no loss of data occurs.

What’s more there is an interesting feature known as Help Express present in the software, which does the work by searching all the HTML files for any folder needing compression, and then compressing all of them to the HTML Help.

These are some of FAR's features: Find and Replace, PKZIP Compatible Files, Copy Files, Reporting, Help Express, Help Wizard - Compressed Help, Make Uncompressed Help, FAR TOC & Index Editor."; 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 = ''; } }