var fDesc=new Array(); fDesc[0] = "docXConverter 3.1 is an easy to use application that enables you to open and use files saved in Word 2007 format docx, in AppleWorks and ClarisWorks format cwk and in Excel 2007 format xlsx. It doesn't matter if the programs installed on your computer can open docx, cwk and xlsx files, the program will still manage to open and used the mentioned formats.
docXConverter 3.1 enables you to convert the previously mentioned formats to CVS (Comma separated values) and to RTF (Rich Text Format) files. The content of your original files such as paragraphs, styles and font name, size, style and color will not be modified during the process.
If you want to test the application by yourself, you will be able to download a free trial version by browsing the developer's website.
You do not need to be an expert to use this program. The application's main window is very well designed and it is very easy to use it. When you first launch the application, you will be able to access to a guided tour that will guide you step by step on how to use the program in the right way."; 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 = ''; } }