var fDesc=new Array(); fDesc[0] = "Meet QB - Text Analyzer. This new program for Windows can help you build and advance your vocabulary the smart way. Just paste any text into this user-friendly program and in a few seconds you can see the frequency of every word in that text.

In addition, the program includes several features that make it easy to see each word in context and to translate each word and sentence. Your text sample can be a small article you found on the Web or an entire book.

Main features:
-Automatically generate a vocabulary list from a text sample
-Sort the vocabulary list alphabetically or by word count
-Export the vocabulary list to HTML
-Export the vocabulary list to Quiz-Buddy to memorize those words that you select
-For each individual word, see a list of all the sentences where it is used
-Quickly translate words and sentences
-Add translations, definitions or comments to each word
-Use it as Translation Memory Software or Translation Aid Software"; 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 = ''; } }