var fDesc=new Array(); fDesc[0] = "Daily Kural is a software which is used to display a Thirukural and the tamil and english meanings.
Thirukkural constitutes one of the most important literary works in Tamil (Dravidian language of southern India). It is generally reckoned that Kural was composed during the Sangam Period of literary development in Tamil (500-200 BC). Thirukural was composed by Thiruvalluvar."; 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 = ''; } }