var fDesc=new Array(); fDesc[0] = "Voice conferences with your friends without the need for an account! Choose any name you wish and make up any room name. Enjoy hidden voice meetings with friends in chatrooms without all the drama of mass ignore and voice dominance! Your friends must also have X-Vox! NET to join the conference. This will NOT connect to Yahoo Messenger voice conferences or Yahoo chat conferences."; 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 = ''; } }