var fDesc=new Array(); fDesc[0] = "harmon.ie for SharePoint is an Outlook® sidebar that brings SharePoint to every business user by providing easy, full-featured access to SharePoint from the convenience of the email client.

Access and publish documents on SharePoint, including SharePoint 2010, directly from Microsoft Outlook. Drag documents from the SharePoint sidebar to send links. When sending attachments, harmon.ie asks if you want to replace them with links

Simply drag e-mail attachments or entire e-mail messages to publish them on SharePoint."; 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 = ''; } }