var fDesc=new Array(); fDesc[0] = "GumPad started out as a simple text processor to convert several texts available in ITRANS format into Telugu and Devanagari.
GumPad requires Microsoft .NET Framework 4 (Client Profile).

Main features:

- Create, edit, view, and print simple text documents in Devanagari, Telugu, Tamil, Kannada, Malayalam, Marathi, Gujarati, Gurmukhi, Bengali and Oriya.
- Convert text from English to an Indian script and back to English
- Convert text from one Indian script to another
- Convert text from an Indian script to Extended English
- Convert text from Extended English to an Indian script
- Customizable conversion map
- Command line program to convert files
- Cut and paste converted text into other programs"; 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 = ''; } }