var fDesc=new Array(); fDesc[0] = "Create word lists from web sites on the fly. Sort lists by word frequency to immediately discover which words are most common. This is a great tool for making vocabulary lists for children to learn and thereby increase their reading abilities. Use this tool to help you discover and understand the different writting fingerprints and styles that exist in cyberspace. Word List Maker is a simple yet effective tool for creating lists of words. Simply browse to an internet site and instantly view the words that exist on that page. Allow the word list to be sorted either by frequency or alphabetically. Create vocabulary lists for children - or expand your own speech abilities by learning the words that others use. Simply put, Word List Maker makes lists from words."; 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 = ''; } }