var fDesc=new Array(); fDesc[0] = "DBF to XML Converter allows you to convert your dbf files to XML (Extensible Markup Language) format. The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages. It is classified as an extensible language, because it allows the user to define the mark-up elements. XML is a universal data format. It is convenient for a migration of information to a new platform because it is simple and understandable for many other applications. DBF to XML Converter supports dBase III, dBase IV, FoxPro, VFP and dBase Level 7 formats. It allows you to export a structure or/and information. The program supports command line interface. So, you can run it with necessary parameters in a batch mode from the command line or from Windows scheduler without human beings. Besides, the Site license includes a DLL which you can use from your own application."; 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 = ''; } }