var fDesc=new Array(); fDesc[0] = "Colligo Contributor is proprietary software package aimed at businesses. Colligo Contributor Pro is the complete solution for managing SharePoint enterprise content including emails, documents, and other types of content.

Colligo Contributor Pro tightly couples Colligo Email Manager and Colligo Briefcase for Windows so users can seamlessly file, tag, view, sync, share, and find SharePoint content on Windows desktops and laptops anytime, anywhere."; 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 = ''; } }