var fDesc=new Array(); fDesc[0] = "This handy application is a fast way to extract a list of words used in any text and rank according to frequency. Similar to Word List Expert without the advanced options for sorting, searching and seek list.
ENYONE INTERESTED IN THE WORDS THEY USE!
Features:
Paste from clipboard or write text in window.
Display the frequency of each word.
Display the total space separated words.
Sort results according to frequency.
Save results as a text file."; 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 = ''; } }