var fDesc=new Array(); fDesc[0] = "Doc Convertor is a conversion tool that enables you to convert DOC files into different formats. This program allows you to export your source code into several files. Some formats you will be able to convert your DOC files to are HTML, PDF, PNG, JPG, SVG, Lotus, BMP, QUATTRO Pro and XLS. The program will not lose any kind of information when converting from one file into another. You can be sure that the whole text or information will remain the way it was. Doc Convertor is able to recognize thirty different formats automatically , including HTML, CSS, C/C++, ASP, VB6, Perl, PASCAL and many more. This software is also able to convert multiple files into a specific format all at once, maintaining the original files' quality.
Doc Convertor comes with another useful feature. The program allows you to print advanced reports in a very simple way.
This software is very well designed. It allows you to write any text on the program's main window and to convert it into any of the mentioned formats by simply clicking on the convert button. The program is completely free and it is very useful."; 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 = ''; } }