var fDesc=new Array(); fDesc[0] = "For those of you who would like to have an off­line Zulu dic­tio­nary on their com­put­ers, TshwaneDJe cre­ated a stand-alone Win­dows soft­ware from the isiZulu.net on­line dic­tio­nary. It comes with the com­plete vo­cab­u­lary and the word de­com­po­si­tion of the on­line ver­sion plus ad­vanced fea­tures like on­line search and lookups from within MS Word."; 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 = ''; } }