var fDesc=new Array(); fDesc[0] = "Communicate instantly with your colleagues, team/project leads through One-to-One chat and Group Chat securely within your LAN (Local Area Network). Message and transfer files to multiple users, who are in online as well as offline, at a time through groups. Especially, Chat Room keeps all chatted conversation with it.

Go to the next level of communication through Video Conferencing which lets you to meet virtually face to face and collaborate in real-time. Share files of any kind from your Desktop or anywhere in office network through Drag and Drop. File transfer can be controlled by Administrator for security purpose."; 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 = ''; } }