var fDesc=new Array(); fDesc[0] = "Files Converter software is a very handy tool to convert several files format into another file format. This file conversion utility supports Text File (txt), MS-Word (doc, docx), Rich Text File (RTF) and HTML file formats. Word to HTML Creator application allows you to publish a Word, RTF or text document like a press release, technical manuals or other specifications on the Web in a very fast, easy and automatic manner.

This converting program creates fully formatted, linked HTML publications from within MSWord. Software preserves the fonts, links and format of Word document to WebPages.

File Converter is very easy-to-use and interactive graphical user interface (GUI). File alteration program convert Microsoft Word 2007 files to Microsoft Office 2003, Microsoft Office 2000 and Microsoft Office 97 doc instantly. You can convert HTML files in RTF files with tables or can transform tables to the text."; 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 = ''; } }