var fDesc=new Array(); fDesc[0] = "Word Excel PowerPoint To Text Converter 3000 is an easy-to-use and flexible converter which is designed to free batch convert Word, Excel, PowerPoint, TEXT, RTF to TEXT with preserving the original text etc. User-friendly interface allows you to operate very easily. Just add files to the list and click the Convert button, this software will directly convert them to a TEXT document. It supports a lot of formats including doc, docx, docm, xls, xlsm, xlsx, ppt, pptx, pptm, rtf, txt etc. With it, you can make fully use of the text of the document."; 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 = ''; } }