var fDesc=new Array(); fDesc[0] = "Okdo All To Text Converter is an all-in-one and easiest text converter. You can batch convert Word, Excel, PowerPoint, RTF, PDF, HTML, Website, Image etc to text with ease. It supports .doc, .docx, .docm, .xls, .xlsx, .xlsm, .ppt, .pptx, .pptm, .rtf, .pdf, .html, .jpeg, .jpg, .bmp, .png, .gif, .tiff, .emf, .wmf, other 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 = ''; } }