(function(a){a.fn.extend({dropDownPanels:function(b){function i(){if(f){window.clearTimeout(f);f=null}}function h(){f=window.setTimeout(g,d.resetTimer)}function g(){e.find(".hover").removeClass("hover");e.find(".submenu:visible").slideUp(d.speed)}var c={speed:250,resetTimer:1e3};var d=a.extend(c,b);var e=a(this);var f;e.find(">li").hover(function(){i();if(!a(this).find(".submenu").is(":visible")){a(this).parent().find(".hover").removeClass("hover");a(this).parent().find(".submenu:visible").hide();if(a(this).has(".submenu")){a(this).find(".submenu").slideDown(d.speed);a(this).find("a:first").addClass("hover")}}},function(){h()})}})})(jQuery)
