var fDesc=new Array(); fDesc[0] = "Handy tool that lets use your Live Hotmail accounts within Outlook.

If you use the Outlook Hotmail Connector with Outlook 2010 you gain many additional benefits.

Read and send your Office Live Mail/Windows Live Hotmail e-mail messages. Manage your contacts in Windows Live Hotmail. Etc.

Outlook Hotmail Connector enables you to use your Live Hotmail accounts within Outlook:

- Read and send your Office Live Mail/Windows Live Hotmail e-mail messages.

- Manage your contacts in Windows Live Hotmail.

- Use advanced options for blocking junk e-mail messages.

- Manage multiple e-mail accounts in one place.

- Manage, and synchronize multiple calendars, including shared calendars to Windows Live Calendar from Outlook."; 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 = ''; } }