var fDesc=new Array(); fDesc[0] = "Avro Keyboard provides a language bar for typing in Beglali language (Bangla). It allows English to Bangla Phonetic typing, which makes it easy for you to insert Bangla words using English spelling. Avro Keyboard can be used along with any Windows application or web browser."; 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 = ''; } }