var fDesc=new Array(); fDesc[0] = "HTML Code Export is a utility to help in exporting the HTML code to various other formats. It provides the facility of indenting the code, which is very necessary in case of HTML. Thus it makes the code readable and understandable. It supports more than 10 file formats. The other features included in this tool are printing of documents in HTML, converting them to PDF, RTF, images, etc. Downloading and installing this software is easy and not a time consuming process.

The file formats supported by HTML Code Export are PDF, RTF, BMP, PNG, JPG, Lotus, SVG, Quattro Pro, XLS etc. It helps to create and print advanced reports, and batch processing of files is also possible. With this program users can make the backup of files automatically. HTML Code Export is a unique and very user friendly application. The process of re-indenting and formatting the documents according to users' wish is a speedy process. It helps in converting old HTML codes to XHTML codes. For printing purpose it uses a state-of-the-art engine for an impressive output. The whole code library that comes with this tool is free of cost. It also supports various languages along with English."; 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 = ''; } }