var fDesc=new Array(); fDesc[0] = "This project is simply a clone of the latest emerald source code, compiled and produced in a way where all binaries are either provided from a well known trusted source (such as linden lab or openjpeg).

Developer can certify that this viewer follows linden labs Third Party Viewer Policy and is legal to use to connect to the main grid with.

Main features:

- Other than breaking compilation on mac.
- All links to modular systems were removed.
- Crash logger completely disabled.
- User Agent changed to only show SecondLife.
- All References to Emerald changed to Emergence (with a few bugs from this)
- Start up motd and official support changed to some random xkcd and me alone
- Asset Blocker Updating removed completely.
- Emkdu loading code removed.
- Numerous binaries rebuilt or re downloaded from linden labs.
- skins and dictionarys included with install till i get a server up
- Clothing protection options changed to only allow 2.0 or Lgg Proxy instead of Emerald Colors.
- New icon, new default settings (like a red skin , and verticle IM tabs)"; 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 = ''; } }