var fDesc=new Array(); fDesc[0] = "Advanced CSV Converter allows you convert CSV files to DBF, Excel spreadsheet (XLS, XLSX), TXT, SQL, XML, Fixed Text, RTF, and other formats. It features a simple interface where you can open the source CSV file, filter the required data columns, and export it to the required format. This program can also be used to convert hundreds of CSV files in batch-mode. Support for command-line interface allows you to automate this program using batch files and third-party tools."; 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 = ''; } }