var fDesc=new Array(); fDesc[0] = "Universal Editor 0.8 is a program developed by Kamban Software that allows you to type in multiple Indian Languages and that also includes English. The interface of this software is pretty simple and it resembles Microsoft Wordpad interface. This software now supports a total of 7 Indian languages, they are English, Hindi, Kannada, Malayalam, Sinhalese, Tamil & Telugu. The program will work under Windows ME and Windows 98 but full benefit of Open type font feature could only be realized in Windows 2000 and Windows XP. You can start typing in the language of your choice using your keyboard, there is also a virtual keyboard that you can use. While typing you can use three options, you can type using DOE standard or in the typewriter format. There's also a phonetic option that automatically transliterates what you type into the language you have selected. A very comprehensive help is also provided with it, if you stuck while using it you can use the help file. You can also email your typed work to your clients."; 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 = ''; } }