var fDesc=new Array(); fDesc[0] = "VoiceChatAlpha (VCA) is a new chat client specifically designed to bring voice back onto the social scene again. It enables groups of people to freely and naturally communicate with each other, and express themselves using their voices; as you can never truly express yourself thru text alone. There are no restrictions on how many people can talk at the same time, just like in real life. Whether it’s for socializing or online game collaboration. With high quality but low latency and low bandwidth, VoiceChatAlpha is perfect for people around the world, who may not have a good internet connection or for gamers who need their bandwidth for online gaming."; 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 = ''; } }