var fDesc=new Array(); fDesc[0] = "BarahaUnicode package consists of BarahaPad and BarahaIME programs which support Unicode only.
Windows 2000, Windows XP, Windows 2003, and later... support Unicode for Indian languages. But, make sure Indian languages is enabled on your computer. Please note that even if an operating system such as Windows XP supports Unicode and Indian languages, not all the applications running under it may support Unicode and hence Indian languages. If the application does not support Unicode/Indian languages, then you will see or characters."; 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 = ''; } }