function shortcutHover(elem)
{
if(elem.className=="ShortcutItemHover")
{
elem.className = "";
}
else if (elem.className=="")
{
elem.className = "ShortcutItemHover";
}
}
function LaunchWebIM(username, url)
{
try {
username = username.replace(/[@.-]/g, '');
var w = window.open(
'',
username,
'toolbar=no,scrollbars=0,location=no,menubar=no,target=_blank,width=420,height=650'
);
if(w.location == 'about:blank')
w.location = url;
w.focus();
}
catch(e) { }
}
href="TodayLight.aspx?n=597146963"
title="Go to the Today Page"
onmouseover="shortcutHover(this);" onmouseout="shortcutHover(this);"
>

Today
href="InboxLight.aspx?n=1413260829"
title="Go to your e-mail"
onmouseover="shortcutHover(this);" onmouseout="shortcutHover(this);"
>

Mail
href="ContactMainLight.aspx?n=662201041"
title="Go to your contacts"
onmouseover="shortcutHover(this);" onmouseout="shortcutHover(this);"
>

Contacts
href="/mail/calendar.aspx"
title="Go to your calendar"
onmouseover="shortcutHover(this);" onmouseout="shortcutHover(this);"
>

Calendar