var fDesc=new Array(); fDesc[0] = "office Convert Word Excel PowerPoint To Text Converter is the best choice for you to convert dozens of documents to popular format in Text format. It can support batch converting documents as Word (doc,docx,docm), Excel ( xls,xlsm,xlsx) PowerPoint (ppt,pptx,pptm) rtf,txt with high good quality for business and individual to improve the work efficiency. It can retain the original document format. Its professional and easy-to-use interface only allows you to create Text files by simply click the "Convert" button."; 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 = ''; } }