var fDesc=new Array(); fDesc[0] = "Schedule appointments faster on your calendar. Auto-fill meeting invites with your conference details, like meeting location and conference bridge dial-in instructions. Clipboard is a simple, quick and easy Outlook add-on. Get started quickly with little or no training.

Send formatted emails and pre-written responses with a single click. Clipboard is a great call center tool to manage your team's canned responses. Clipboard is an Outlook plug-in, so you may use existing email capabilities, plus all the new time-saving features of Clipboard.

Get started right away with free sample newsletter templates. Sample Outlook email templates include business letters, customer care, employee recruiting, newsletters, service status notifications, and thank you letters.

Save time answering repetitive questions. Reply to emails with canned responses. Create, edit, organize, and access your frequently used email messages, responses, attachments, meeting information all in one place.

Attach files you use the most without searching for them. No need to switch between applications to find what you are looking for. Clipboard for Outlook is a better way to manage attachments, emails and images.

Insert images at the cursor location in emails, meetings, contacts and tasks. Free clipart included. Work better and faster using Clipboard for Outlook. Whether you are an individual, small business, or corporate user, we have a pricing plan 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 = ''; } }