(function(A){A.fn.dolTopMenu=function(){return this.each(function(){var D=function(){var H=A(this).attr("showsub");A(H?H:this).attr("hover","true").show();if(typeof G!="undefined"){G.hide();}};var F=function(){var I=A(this).attr("showsub");var H=A(I?I:this);H.attr("hover","false");setTimeout(function(){if(H.attr("hover")!="true"){H.hide();if(typeof G!="undefined"&&E.filter("[hover=true]").length==0){G.show();}}},100);};var C=A("a",this);var B=A("b:first",this);var G;var E;if(B.length&&B.attr("showsub")){G=A(B.attr("showsub"));}C.hover(D,F).each(function(){if(!E){E=A(A(this).attr("showsub"));}else{E=E.add(A(this).attr("showsub"));}});E.hover(D,F);});};})(jQuery);