var fDesc=new Array(); fDesc[0] = "Providing text to speech within Second Life™
Max Voice Plus leverages the chat logging function in Second Life™ to read aloud chat text, It also provides keyboard echo functions, and much more.
You are not able to set the chat log preferences in the SL client then press the "Configure SL" button and Max Voice can try to set the clients preferences to enable logging."; 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 = ''; } }