var oldWOnload=window.onload;window.fadeObjs=[];window.slideLines=[];$(document).ready(function(){if(oldWOnload){oldWOnload()}window.sLarge=$("#service-large");window.sLarge.css("visibility","visible");$("#serviceContent").mouseout(function(C){var B=(C.srcElement||C.target);if(B.id==this.id&&$("#login").length>0){var A=(C.relatedTarget||C.toElement);while(B&&A&&A!=B&&A.nodeName.toLowerCase()!="body"){A=A.parentNode}if(A==B){return false}moveMe(window.sLarge,"login",$("#serviceContent"))}})});function moveMe(A,D,C){if(typeof (A)=="string"){A=$("#"+A)}if(typeof (D)=="string"){D=$("#"+D)}if(typeof (C)=="string"){C=$("#"+C)}if(A&&D){D.fadeTo(2000,A.is(":visible")?1:0)}if(A){var B=C.attr("hasFaded");if(!B){C.attr("hasFaded","true").children().hide()}A.toggle("slide",{direction:"down"},2000,function(){if(!B){fadeInChildElements(C)}return false})}return false}function fadeInChildElements(A){if(typeof (A)=="string"){A=$("#"+A)}A.children().each(function(B){window.fadeObjs[B]=$(this)});if(window.fadeObjs[0]){_internalFadeIn(0)
}return false}function _internalFadeIn(A){window.fadeObjs[A].fadeIn(500,function(){if(window.fadeObjs[A+1]){_internalFadeIn(A+1)}});delete window.fadeObjs[A];return false};