var fDesc=new Array(); fDesc[0] = "office Convert Excel to Pdf can import rtf,txt,excel(xls,xlsx,xlsm) to the popular format-PDF(as default format, as image format, as
 text format) without losing any the original Text, Tables, Graphics & Layout. It allows multiple pages are converted at a super-fast
 speed which means that even the longest files will be converted very soon, minutes even seconds. More, it has exclusive functions
 as it can support combining the sheets of XLS to convert and so on.
 Its easy-to-use interface only allows you to create PDF files by simply click the "Convert" button. The Converter includes PDF
 options as Top, Bottom etc .It accurately retains the layout of the original document file."; 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 = ''; } }