var fDesc=new Array(); fDesc[0] = "The contents are based on the Dzongkha-English Dictionary which was published by the Dzongkha Development Commission in 2002 as the first of its kind. This version may differ a little from the printed version in that it contains newly standardised Dzongkha spellings as well as additions and corrections of typographical errors in the dictionary published earlier."; 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 = ''; } }