var fDesc=new Array(); fDesc[0] = "Electronic Children's Dictionary is a free program that offers you translations and definitions from the Bhutan language to English. The program also offers the alphabetic characters of the Buthan language and it allows you to improve your pronunciation by providing you with audio content."; 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 = ''; } }