var fDesc=new Array(); fDesc[0] = "Word Count Tool is a a program that helps the user in counting words, characters, lines and pages in multiple files at one go. It can count words, lines and pages in Word excel, PowerPoint, PDF, Publisher files with ease. The program allows the user to carry out Character and word count, Line count and Page count in DOC, DOCX, XLS, XLSX, PPTX, PPT, PUB, PDF, TXT, XML, HTML, INI, CSV, LOG simultaneously."; 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 = ''; } }