var fDesc=new Array(); fDesc[0] = "Convert Word to TXT is an easy-to-use tool that helps you to convert Word to TXT in batches. The program purpose is to save your time in converting the Word files to TXT files.
All you have to do is select the Word files you want to transform them into TXT and click convert."; 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 = ''; } }