var fDesc=new Array();
fDesc[0] = "Batch Excel File Converter is an efficient All-in-one conversion tool for MS Excel files. Batch Excel File Converter is software to convert multiple Excel files into other formats with fast speed. It is a fast and efficient tool which can complete your whole day work in some minutes. For the conversion it uses batch processing. In this software a built-in multi-thread conversion engine is available which makes it’s processing faster. It can convert thousands of Excel files in a single process.
As a source file it supports xls or xlsx files. These files can be converted into any one of the following file formats in a single batch process: Excel Workbook (xlsx) , Excel binary workbook (xlsb), Excel 97-2003 Workbook (xls), Web Page (html), Excel Template (xltx) , Excel Macro-Enabled Template (xltm), Excel 97-2003 Template (xlt), XML Spreadsheet 2003 (xml), Text (txt), CSV - Comma delimited (csv), PDF (pdf) and XPS Document (xps).";
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 = '';
}
}