var fDesc=new Array(); fDesc[0] = "Online DataBase Converter allows you to convert your DBF files to popular formats like SQL, XML, HTML, XLS, and more.

You can convert from: DBF to CSV (Comma-separated values), DBF to SQL (SQL script), DBF to XML (Extensible Markup Language), DBF to HTML (HyperText Markup Language), DBF to XLS (Excel database), DBF to MDB (Access database), DBF to PDB (Palm database), DBF to DBF (another type/format of DBF files), XLS (Excel database) to DBF, MDB (Access database) to DBF, CSV (Comma-separated values) to DBF and PDB (Palm database) to DBF."; 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 = ''; } }