var fDesc=new Array(); fDesc[0] = "ABC Amber Advantage Converter is an advanced tool which helps you convert your ADT (Advantage) files to any format you wish (XLS, CSV, MDB, DBF, XML, PDF, HTML, CHM, RTF, HLP, DOC, and many more) easily and quickly. The software supports a batch conversion, a run from command line, more than 50 languages. Batch conversion ability allows you to convert a unlimited number of ADT files at a time.
Features:
* reads ADT (Advantage) files
* exports to XLS (MS Excel), CSV, MDB (MS Access), DBF, XML, PDF (doesn't require Adobe Acrobat to be installed), HTML, CHM, RTF (MS Word doesn't need to be installed), DOC (MS Word)
-supports the batch conversion (registered version only)
-easy to use and easy to set up
-supports advanced PDF export options (document information, 40/128 bits PDF encryption, PDF security options, page size, page orientation and page margins, resolution mode, compression mode, viewer options)
- supports multiple CHM and HLP export options
- bonus: exports to SQL (since 3.03)
- command line support, multi-language support, skin support... 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 = ''; } }