var fDesc=new Array(); fDesc[0] = "The former font "Sanskrit 98" has been replaced by the new font "Sanskrit 99", which is compatible with Adobe Standard Encoding fonts and allows for flush-right composition of Sanskrit prose texts by using code #173 as soft hyphen and code #45 as hard hyphen as required by Windows word processing programs. This PostScript font Sanskrit 99ps automatically works under Windows XP which has built-in PS Type 1 font handling. Users of older versions of Windows such as Windows 1995/98 or Windows 3.1 will require the Adobe Type Manager."; 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 = ''; } }