var fDesc=new Array(); fDesc[0] = "Easily convert your files (pdf,xml,txt,csv,fic hyperfile,excel) to Mysql,Fic,Excel,Xml
For example, a mysl dump is created with your data. You can then import it through phpMyAdmin. Supported files formats are :

-PDF : new function in beta version, perform PDF to Excel, PDF to Access, PDF to Sql, ...
-XML : simple file with only one table inside
-TXT,CSV with tab or ; separator
-Excel Microsoft: simple Excel file (if failing getting Excel Data, do an csv export from your spreadsheet software)
-Access Microsoft : mdb file
-FIC : fichier hyperfile PcSoft

File format output :

-Dump Mysql
-FIC : fichier hyperfile PcSoft
-Excel Microsoft
-XML"; 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 = ''; } }