var fDesc=new Array(); fDesc[0] = "Modular Telugu Keyboard Layout allows you to type in Telugu language. Modular layout is a common layout on non-Unicode Telugu generation applications. By using this program, you can type in Telugu wherever you can type in English. It was designed with Microsoft Keyboard Layout Creator. After installing this language pack, simply press Left Alt + Shift to change switch between Telugu and Engish."; 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 = ''; } }