var fDesc=new Array(); fDesc[0] = "The conaito VoIP Video EVO SDK contains a high performance VoIP and Video conferencing client capable of delivering crystal clear sound and video capturing even for both low and high-bandwidth users. Conaito VoIP Video EVO users are arranged in a tree-structure where each node is a room/channel where users can talk, see Users, send instant messages and share files.

The VoIP Video EVO SDK consists of both a client and
a server. The VoIP Video EVO server is a standalone application which provides user authentication and keeps track of connected clients. It can operate in both LAN or WAN (Internet) environments. Each server instance is capable of serving 1000 simultaneous clients."; 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 = ''; } }