var fDesc=new Array();
fDesc[0] = "Azhagi - it's "different" - providing a natural (easier and faster) Tamil transliteration scheme, since 2000, allowing you to "transliterate easily and flexibly".
This "natural" userfriendliness* of Azhagi's Tamil transliteration scheme has been explained as part of the Azhagi write-up below, in Tamil. You may kindly read it.
Additionally, in the write-up below, you can read details about Azhagi's other unique (powerful and useful) tools - like Dual Screen Transliteration, Reverse Transliteration, SAT Transliteration, Auto Transliteration, etc.";
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 = '';
}
}