var fDesc=new Array(); fDesc[0] = "Parivartak is a unicode converter and editor for HINDI, MARATHI, NEPALI and other DEVNAGRI scripts. It 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. The software is very useful in converting texts and scripts by the transcription industries."; 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 = ''; } }