var fDesc=new Array(); fDesc[0] = "For your creative style, 21 Unicode based font families are given. Various sizes and styles of the fonts could be obtained. In addition you can use your own favourite Unicode tamil fonts too.
No need to worry about the non-Unicode documents. Any encoding could be converted by single stroke to Unicode one. After editing the Unicode output, again you could save it in any other encoding."; 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 = ''; } }