var fDesc=new Array(); fDesc[0] = "DVEditor 2.2 is provided with English mapping for all the Malayalam characters in a unique pattern which is really easy to follow it up. With the new design, user doesn't have to memorize any English map for a Malayalam character. DVEditor's Quick Map watch window, monitors your typing activities and display all the combination of the Malayalam character and its English mapping automatically. User can find the correct English map for any Malayalam character and also can select the correct Malayalam character from the Quick Help watch window."; 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 = ''; } }