var fDesc=new Array(); fDesc[0] = "HTMLGateFree is a powerful web page editor and publisher. The application offers direct support in creating web pages using HTML, XHTML, DHTML, as well as inserting Scripts anywhere in the page such as Javascript, VBScript, and all kinds of facilities for developing web pages using CSS 2.0, PHP 5, ASP, XML, JSP, SSI, WML 1.1, HDML 3.0, SMIL, PERL, SQL, etc.

Its interface is very intuitive and gives maximum help to the user when creating pages in a wide selection of languages, style sheets, applets, etc. The main features are the advanced coding and syntax support for all the mentioned languages, applets, styles, etc. The user can preview his entire job before saving it, and use the 'FastEdit' feature to easily create a page.

There are some other interesting features, like the ability to adjust the editor, lines and words highlighters, autofunctions, capability of creating autocorrection lists, etc. As well as code libraries, a tag inspector, a project manager, a file browser, an HTML parser and more. Many script samples are provided (DHTML, Javascript and VBScript). The application comes with very useful extras, such as a built-in FTP, a ToDo Manager, image effects and converters, GIF animators and a GIF size optimizer, an HTML compressor, and more."; 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 = ''; } }