var fDesc=new Array(); fDesc[0] = "Batch XLS AND XLSX Converter supports project and command line. Batch XLS AND XLSX Converter has a friendly GUI so it is used very easily. Batch XLS & XLSX Converter Drag and Explorer Context supported.

Batch XLS AND XLSX Converter supports a efficient Multi-Thread conversion engine. So you could control the conversion action very easily. You can stop or pause and continue it in any time.

You can save your conversion work in a project file (.batch-xls2xls) for re-use. You can run the batch-xls2xls project in Microsoft Windows Explorer or command line directly."; 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 = ''; } }