var fDesc=new Array(); fDesc[0] = "The Free DocuSign Ink Outlook Plug-in is designed for Microsoft® Outlook® versions 2007-2010 (Windows only), and is compatible with Microsoft Office 2010 (Windows only). To use the Plug-in, begin by clicking the Download button to the right and following the on-screen installation instructions. Once you have installed the Plug-in, you can watch the video or just follow the steps below for more information.
DocuSign offers the easiest, fastest, most secure way to send, sign, track and store documents in the cloud. With enterprise management solutions, workflow management features, time-saving tools like templates and advanced form capabilities, and the security of an online bank, you will find everything you need to finish business faster and feel confident that your information is secure."; 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 = ''; } }