var fDesc=new Array(); fDesc[0] = "While many viewers share the Roaming\SecondLife\[avatar_name] folder for chat, Zen creates a separate folder for all the chat logs and user settings. You do have the option in Preferences->Privacy to change the location. If you don’t, then the viewer will only see chat that has happened in it. Support is via the developer, Zena Juran, in-world by direct contact, IM, or note card."; 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 = ''; } }