var fDesc=new Array(); fDesc[0] = "OmniGlyph contains display engines for text, ASCII, binary, and pixel image files. OmniGlyph coordinates data file sharing and privacy between multiple instances of children windows. This provides a connected set of data files for a pair (or more) of text editors while providing a separate set of files for a CIRCAD window. Any combination of shared or private files between any combination if children is possible."; 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 = ''; } }