var fDesc=new Array(); fDesc[0] = "Total CSV Converter is a reliable tool to convert CSV to JSON, PDF, HTML, TXT, XLS, DBF, XML. Files can be processed in batches, no limitations to a number of files applied. Moreover, Total CSV Converter can process large files (1 GB+). You can select CSV data to convert and skip the rows that you don't need in the output file. The program is very flexible. You may set different delimiters and other conversion parameters. The option saving feature lets you save the settings of jobs that are frequently performed for faster implementation. Convert CSV files via command line as well as via user interface. Even zipped files are supported now! Download your trial version now absolutely free (valid for 30 days)."; 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 = ''; } }