var fDesc=new Array(); fDesc[0] = "Shockvoice Server is a state-of-the-art voice communication tool primarily developed for online gamers but suited for all kinds of large scale meetings that requires low latency and ease of use.

Shockvoice is developed in C# and is targeted to run with either .NET or Mono on Windows, Linux and Mac when it's finished. Currently supported are Windows for the client, and Windows and Linux for the server."; 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 = ''; } }