var fDesc=new Array(); fDesc[0] = "AKS Word Count, count words, characters and paragraphs in PDF, Word, Excel, HTML, Open Office, PowerPoint and RTF. The upper panel of this program consists of such buttons as “calculate word count”, “add files”, “add directories”, “remove files” and “copy info to clipboard”. This program add documents file by file for you. It is also possible to drag files to the program interface or taskbar icon. In AKS Word Count it is possible to ignore certain words or figures of which can also be useful feature.
The AKS Word Count Supports formats like Adobe PDF, MS Word, MS Excel, MSPowerPoint, Open Office files, RTF files and HTML web-pages."; 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 = ''; } }