var fDesc=new Array(); fDesc[0] = "Convert XLS To Any is a powerful and handy tool that allows you to convert Excel files (*.xls) to any other format including *.txt, *.csv, *.mdb, *.htm, *.dbf, among others. The program is really fast and easy to use. You just have to select the files to convert, choose the destination folder and output format, then click START, and the program does the rest for you. The program includes a built-in preview pane that shows you the files before converting, to make sure those are the files you want to convert. What is more, this version features command line support that enables you to call the program from other applications, making this task even easier and faster. The user interface is really simple and intuitive, with a tree view that allows you to easily find and select the files to convert. It also support batch conversion, allowing you to convert multiple files at a time. This is an evaluation version and, as such, it has one limitation: you can only convert up to 5 files (20 files in command line call). It supports Windows XP/2000/2003/NT/98/Me."; 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 = ''; } }