var fDesc=new Array(); fDesc[0] = "Your Professional Network within Microsoft Outlook. Get more info about your important contacts, see what they're doing, and stay in touch.

Access Your Connections In Your Inbox
See the latest LinkedIn activity and profile photo from any connection that sends you a e-mail.

E-mail Your Connections Directly
Just start typing a name and let the LinkedIn Outlook Connector fill in the rest.

Keep Building Your Network
Instantly send an invitation to connect from any Outlook e-mail."; 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 = ''; } }