var fDesc=new Array(); fDesc[0] = "Speak-Freely is an Internet voice application that allows you to talk (actually send voice, not typed characters) over the internet. Speak-Freely is undergoing new development, ie. new documentation and support. A _true_ Internet IP address for either your computer or the person's computer you wish to talk to. A way to share to one person or the other their real IP address, such as 63.157.141.2"; 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 = ''; } }