var fDesc=new Array(); fDesc[0] = "The Emerald Viewer is a third party viewer for virtual worlds. It is based on Linden Lab's® Snowglobe viewer, with features added to improve performance, increase usability, and generally enhance the user experience.

Main features:

- Summary of Features
- Animation List
- Client AO
- Area Search
- Attachments
- Avatar List
- Build Presets
- Custom UI Skins
- Additional Debug Settings
- IRC Client
- LSL Client Bridge
- LSL PreProcessor
- Phantom
- Emerald Preferences Tab
- Restrained Love Support (RLVa)
- Selection Beams
- SpellCheck"; 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 = ''; } }