var fDesc=new Array(); fDesc[0] = "Raku Symbol Server (RSS) has users across North America and Europe. RSS is ideal for geospatial digital display as the component creates the various symbols on-the-fly as needed rather than maintaining a crude bitmap library. RSS was first developed for use in Object Raku's Sextant suite of geospatial visualization and mission planning tools.

Features:
- Full set of MIL-STD-2525B Symbols generated by a Component
- Flexible access to compose the symbols
- Choose the best output format for your application
- Standard COM interface"; 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 = ''; } }