var fDesc=new Array(); fDesc[0] = "Khmer Software Initiative - Localization of Open Source Software to Khmer language, development of Khmer documentation and training materials and country-wide distribution all over Cambodia. Developed a Khmer keyboard for Unicode Fonts, copying as much as possible the ABC and Limon keyboards, in order to reduce when possible the necessary re-training to change from using legacy fonts to use Unicode Fonts. The keyboard also takes into account the frequency that each letter is used in Khmer. The layout of the keyboard can be found in PDF document."; 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 = ''; } }