(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);