var fDesc=new Array(); fDesc[0] = "The program can be installed in Windows for typing Tamil characters. This is really easy to use. A user can type Tamil by changing the language from the language bar. To make the program easier, a user need not study the Tamil keyboard. Instead, he/she could type English words that sound the same as the Tamil characters and a list of Tamil characters will automatically pop-up."; 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 = ''; } }