var fDesc=new Array(); fDesc[0] = "Tirhuta Typing Tool is a tool designed to help you create documents in Tirhuta language. With this tool, you will be able to type in Windows based applications such as Notepad, WordPad, MS Office 2016 with any language pack (Indian language), Libre Office, etc. It supports Unicode, so the created documents will be easily viewed properly on any Unicode enabled operating system such as Windows 10."; 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 = ''; } }