var fDesc=new Array(); fDesc[0] = "Bukantswe is a dictionary that consists of over 8000 (English and Sesotho combined) entries.

Searches can be done in English and Sesotho with the option of just looking for a single "whole word" or any instance of the word.

Bukantswe offers the word analysis function with which words can be broken up in terms of the root verb furthermore the possible class of nouns will be determined."; 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 = ''; } }