var fDesc=new Array(); fDesc[0] = "Excel/Xls to Pdf Converter is perfect for anyone .It is a convenient and easy converting documents to pdf tool, which can convert different document formats to pdf in batches once with the fast way. It can convert xls, xlsx, xlsm, txt, htm, html to pdf format. After converting, the content of the file can retain the original layout. No other software like it has the combining function."; 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 = ''; } }