var fDesc=new Array(); fDesc[0] = "Instantly and securely network wireless-enabled laptops—at a client site, in the field, or on the road. Automatically detect other Colligo users in the vicinity and invite them into the network. Connect to one or multiple colleagues without any other network connection.

- Create one-to-one or many-to-many networks
- Discover and authenticate with team members
- Keep your data secure with 168-bit encryption
- Set your status and see the status of colleagues"; 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 = ''; } }