var fDesc=new Array(); fDesc[0] = "Tamil D is a WYSIWYG (What You See Is What You Get) writing tool for writing with Tamil Script on any application such as word processors (MS Word) or any other place where you want to write in Tamil for further action or processing. Clicknwrite transfers fully formed Tamil words (WYSIWYG Type) with the click of a mouse to these writing places."; 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 = ''; } }