var fDesc=new Array(); fDesc[0] = "SL Friends Monitor is a VERY small program that runs quietly in your systray (right next to your clock). You can right click on the icon at any time to change it's settings. You need to use your Second Life username and password to log into our SL Friends Monitor program. Once logged in, our program will automatically monitor which of your friends are online (no need to be in Second Life yourself). At the same time, "SL Friends Monitor" will also keep track of how much time your friends are spending in Second Life. Once they go offline, you can still see how much time they've spend in the game by right-clicking on the "SL Friends Monitor" icon and selecting "Friends History".
This program simply pulls the online status of your friends from the Second Life website which is the reason why your Second Life login information is needed."; 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 = ''; } }