var fDesc=new Array(); fDesc[0] = "This is a modified version of the official SecondLIfe Viewer. This viewer contains changes that customize the interface, change the location where crash reports are sent and updates downloaded from. The intention is to provide a replacement for the functions Linden Lab won't support in a third party viewer. If you're a developer, you can look at my changes to see what I did to produce your own."; 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 = ''; } }