var fDesc=new Array(); fDesc[0] = "This add-in for Microsoft Outlook allows users to publish emails to Microsoft SharePoint 2007 lists, where they can be searched and shared with other users. A user friendly wizard guides you through the different configuration steps. The U2U Email Publisher add-in can monitor your mail folders for incoming mails, and synchronize them automatically as the mails arrive."; 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 = ''; } }