var fDesc=new Array(); fDesc[0] = "wxPyDict is a Dictionary Lookup Program, based on wxWidgets, wxPython, Python, sqlite3, cburglish, and Myanmar Text Tools from Burglish Systems.
With wxPyDict you will get support for Myanmar Language based on Zawgyi Encoding,reverse lookup, syllable breaker real-time and also a built-in spell autocorrection for Myanmar Language."; 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 = ''; } }