var fDesc=new Array(); fDesc[0] = "This is a handy and reliable utility designed to enable you to edit and convert texts from Hindi, Marathi and Nepali. With this program, you can easily convert Kruti Dev/Shusha font to Unicode and saves your precious time. It supports Kruti to Mangal (Arial Unicode MS) conversion, Shusha to Mangal, Kruti to Shusha and Shusha to Kruti conversion."; 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 = ''; } }