$(document).ready(function(){if(typeof mro_ni!="undefined"){if(typeof mro_nsi=="undefined"){MroSelectMenu(mro_ni)}else{MroSelectMenu(mro_ni,mro_nsi)}}});function activatePersonCards(a){activateCard(a,"person-card","/directory/people/card/",98,22);return}function activateCompanyCards(a){activateCard(a,"company-card","/directory/company/card/",19,22);return}function activateMessageSessionCards(a){activateCard(a,"message-session-card","/dashboard/chat/card/",-155,22);return}function activateImageGallery(a,b){activateCard(a,"imageGallery",b,-50,22)}function activateCard(c,e,d,a,f){var b="#"+e;hiConfig={timeout:200,interval:100,over:function(){var j=$(this).attr("rel");var g=$(this).offset().left-a;var h=$(this).offset().top-f;if(window[e]==j){var i=$(b);i.css("left",g);i.css("top",h);i.show();return}$.get(d+j,function(l){var k=$(l);window[e]=j;$(b).remove();k.css("left",g);k.css("top",h);$("body").append(k);k.bind("mouseleave",function(){$(b).hide()})})},out:function(g){}};$(c+" ."+e).hoverIntent(hiConfig)}function bindEnlargableImages(){$(".enlargable-image").unbind("mouseover");$(".enlargable-image").unbind("mouseleave");$(".enlargable-image").bind("mouseleave",function(){if($(this).hasClass("is-hover")){$(this).removeClass("is-hover")}});$(".enlargable-image").bind("mouseover",function(){if(!$(this).hasClass("is-hover")){$(this).addClass("is-hover")}getEnlargedImage(this)})}function getEnlargedImage(a){setTimeout(function(){if($(a).hasClass("is-hover")){var d=$(a).offset().left+$(a).width();var e=$(a).offset().top;var b="
";var c=$(b);$(c).css("left",d);$(c).css("top",e);$("body").append(c);$(c).show();$(a).bind("mouseleave",function(){$(c).remove()})}},1000)};