var fDesc=new Array(); fDesc[0] = "The S21 viewer is based on S20 and viewer-development codebase. This is current and has all the functionality available in the official viewer 2.0. This client forms the basis of the next generation of 2.0 based clients.

S21 has modified rendering and various differences from the offcial client actively developed.

Main Features:

- Custom Viewer 2.0 UI - Ability to use skins.
- Custom Render Pipeline.
- Global Illumination, Projected textures, SSAO, Touch Glow etc.
- Modified Camera Controls.
- Modified Snapshot System.
- Post Process Effects, Including Colorfilter shader.
- Multi wearables - Multi Attachment System.
- Extra Windlight Settings and Enhanced Environment Controls.
- Ability to control visual elements such as Hover text.
- Enhancements to Build Controls, Planar textures , Transparency.
- Extra Controls for shadows, viewer, performance, global illumination.
- Higher Framerates on supported hardware."; 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 = ''; } }