var fDesc=new Array(); fDesc[0] = "The WebDAV Collaborator is a powerful plug-in for synchronizing your Calendar (CalDAV), Contacts (CardDAV) and Tasks’ data to MS Outlook. It is the only plug-in for syncing Calendar & Contacts that installs and integrates seamlessly with MS Outlook.

Whether you are a Microsoft Exchange user that needs to synchronize with OwnCloud or DAViCal; Or a SOGo, Zimbra, Synology*, or Symplicity user that needs more flexibility in Outlook, the WebDAV Collaborator, with its rich features and user friendliness is the best tool to meet your needs."; 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 = ''; } }