var fDesc=new Array(); fDesc[0] = "Microsoft has included Khmer Unicode font in their new OS, Windows Vista and Windows 7. However, DaunPenh and Dokchampa, Khmer Unicode font, is too small to read. KhmerOS has created many of Khmer Unicode fonts designed by Mr. Danh Hong in an effort to provide a better Khmer Unicode UI font. Among those fonts, it is strongly recommend to use "Khmer OS System" font as default Khmer Unicode font for your Windows Operating System (OS)."; 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 = ''; } }