var fDesc=new Array(); fDesc[0] = "DocuSign for Outlook is a program that allows you to sign and return any document from Outlook. Click "Sign Attachments" from the ribbon bar on an email message in Outlook to begin signing attachments with DocuSign. Simply drag and drop your signature, initials, or other information onto the documents. It is available for Outlook 2007, Outlook 2010, and Outlook 2013."; 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 = ''; } }