var fDesc=new Array(); fDesc[0] = "3rd Status is a Region/Parcel Status Monitor for sim, shop, business owners of Second Life.

This enables you to monitor important data from your multiple regions, parcels at a look via the 3rd Status Viewer.
Viewer is an application program that you can install to your Windows PC, to monitor and control antennas.

Viewer also includes built-in browsers that enables you to use Web Services and Second Life Search."; 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 = ''; } }