var fDesc=new Array(); fDesc[0] = "Okdo Word Excel PowerPoint To Text Converter is the most powerful and easiest text converter. Own the most powerful conversion function. you can batch convert word/excel/powerpoint/rtf to text with ease. It supports doc,docx,docm,xls,xlsx,xlsm,ppt,pptx,pptm,rtf etc popular formats. The program can convert with high output quality and very fast speed. User-friendly interface is very easy to use with merely a few clicks."; 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 = ''; } }