var fDesc=new Array(); fDesc[0] = "MyTeamVoice PC client application allows you connecting to MyTeamVoice voice service. By using it you would be able to communicate with your friends / team by voice and text.

Main features:
- Rank and rights can be applied to limit access to subgroups and to define priority during communication.
- Shows your team structure and current state, provide essential controls of a voice service."; 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 = ''; } }