var fDesc=new Array(); fDesc[0] = "DBF Converter can extract data from DBF files to CSV, XLS, XLSX, SQL, or plain text files. Working with this program is quite is easy; simply specify a DBF file or a folder with DBF files you want to convert, select fields, and filter out the records you need. Data filtering in DBF Converter is visual; the program takes a sample of records in the DBF file and allows you to apply custom filter rules and masks and instantly see the sample changes according to your choice."; 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 = ''; } }