var fDesc=new Array(); fDesc[0] = "FAR HTML is a collection of file and HTML Help utilities for authors.

FAR contains dozens of time saving File, HTML and HTML Help related tools. FAR is used as both a mainstream authoring tool and as a collection of productivity tools by both web developer and HTML based help authors alike.

FAR HTML is the Swiss Army Pocket Knife of HTML, HTML Help 1.x, MS Help 2.x and MS Help Viewer 1.x tools, and is 100% compatible with MS HTML Help 1, 2 & 3 Workshops.

FAR does not attempt to supply a lame restrictive HTML editor. Instead create your content using your favourite editor (typically MS Frontpage or Macromedia Dreamweaver) and use FAR to manipulate and compile the HTML web."; 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 = ''; } }