var fDesc=new Array(); fDesc[0] = "Wordcorr is a tool for comparing speech varieties. It can handle a large number of matching word lists, depends on your operating system, screen size, and font choices. It makes the full International Phonetic Alphabet available to you, as well as other notations.
Once the raw data are organized, Wordcorr keeps track of your judgments about what forms might match each other genetically, and the way they match, tabulates your judgments into correspondence sets organizes the sets as the building blocks for a detailed analysis of the development of all the speech varieties under study."; 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 = ''; } }