var fDesc=new Array(); fDesc[0] = "KWP (Kamban Word Processor) is a software application that has the the ability to use phonetic (Transliteration) of the keyboard to type in Tamil. When spell check is in progress, the program is intelligent to differentiate between English, Tamil and Bilingual fonts and select appropriate dictionary, it has multiple styles, fonts, colors and paragraph formatting and more"; 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 = ''; } }