var fDesc=new Array(); fDesc[0] = "Input method Editor (IME) gives a very convenient way of entering text in Hindi using the English QWERTY keyboard. Indic IME has several features such as Auto Text, Customized word list, on-the-fly Help, Different Keyboards Bilingual Composing of Text etc. which facilitate the user to compose in Hindi conveniently."; 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 = ''; } }