var fDesc=new Array(); fDesc[0] = "KwicKwic was designed as a simple but powerful search tool for Linguists, but it can be used in many other fields as well. So, if you have a bunch of text files, and you need to find stuff in them, then KwicKwic is a great place to start. It's also a great companion to larger, more complex analysis tools. If you just need to jump into the text and start checking for particular words, phrases, or structures, you can pop open KwicKwic, point it at the directory containing your document set, and start looking."; 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 = ''; } }